]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove debug output
authorBjörn Schießle <schiessle@owncloud.com>
Mon, 8 Oct 2012 15:32:04 +0000 (17:32 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Mon, 8 Oct 2012 15:32:04 +0000 (17:32 +0200)
apps/files/ajax/upload.php

index e9d85ef005a319ddc6dd9c12acd039b821c87496..a4dcd80a2e2209bb5c87a436229e0c4ebc85aa2a 100644 (file)
@@ -2,7 +2,7 @@
 
 // Init owncloud
 
-error_log("upload!!!");
+
 // Firefox and Konqueror tries to download application/json for me.  --Arthur
 OCP\JSON::setContentTypeHeader('text/plain');