aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ocs.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ocs.php')
-rw-r--r--lib/ocs.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ocs.php b/lib/ocs.php
index 6cdb2480860..1cec3ecc7c0 100644
--- a/lib/ocs.php
+++ b/lib/ocs.php
@@ -82,7 +82,6 @@ class OC_OCS {
echo('internal server error: method not supported');
exit();
}
-<<<<<<< HEAD
$format = self::readData($method, 'format', 'text', '');
$txt='Invalid query, please check the syntax. API specifications are here: http://www.freedesktop.org/wiki/Specifications/open-collaboration-services. DEBUG OUTPUT:'."\n";
$txt.=OC_OCS::getDebugOutput();