remove debug output

This commit is contained in:
Bjoern Schiessle 2013-10-11 17:06:43 +02:00
parent c32c5979d8
commit 9baedb4102
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
* See the COPYING-README file. * See the COPYING-README file.
*/ */
\OC_Util::checkLoggedIn(); \OC_Util::checkLoggedIn();
error_log("get preview!");
if(!\OC_App::isEnabled('files_versions')){ if(!\OC_App::isEnabled('files_versions')){
exit; exit;
} }