Removed debugging line

This commit is contained in:
Sam Tuke 2013-01-06 14:06:22 +00:00
parent b024db9f98
commit 2d98afa1ea
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class Keymanager {
// $keypath = str_replace( '/' . $userId . '/files/', '', $keypath );
//
// }
// trigger_error(var_export($view, 1));
return $view->file_get_contents( '/' . $userId . '/files_encryption/keyfiles/' . $filePath_f . '.key' );
}