summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2012-10-08 17:32:04 +0200
committerBjörn Schießle <schiessle@owncloud.com>2012-10-08 17:32:04 +0200
commit277dd2b0a96dbb777358d965c469a4ab141ebd57 (patch)
tree2ffc79f5b7950753cfc3af9581d58fd453ded06c /apps
parent2923d24921eb7311715587ecc746bfc63fd0f676 (diff)
downloadnextcloud-server-277dd2b0a96dbb777358d965c469a4ab141ebd57.tar.gz
nextcloud-server-277dd2b0a96dbb777358d965c469a4ab141ebd57.zip
remove debug output
Diffstat (limited to 'apps')
-rw-r--r--apps/files/ajax/upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/ajax/upload.php b/apps/files/ajax/upload.php
index e9d85ef005a..a4dcd80a2e2 100644
--- a/apps/files/ajax/upload.php
+++ b/apps/files/ajax/upload.php
@@ -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');