diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-11-04 14:26:41 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2012-11-04 14:26:45 +0100 |
commit | 80b98547107ec3b5895a47c2f1ebfbd4f171f238 (patch) | |
tree | 4970f3e30d8cf1047836abd67f1b18944d278efe | |
parent | 17d466b03b91ccc058fe1a88340df36c22a580c2 (diff) | |
download | nextcloud-server-80b98547107ec3b5895a47c2f1ebfbd4f171f238.tar.gz nextcloud-server-80b98547107ec3b5895a47c2f1ebfbd4f171f238.zip |
Remove uneeded debug output
-rwxr-xr-x | apps/user_webdavauth/settings.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_webdavauth/settings.php b/apps/user_webdavauth/settings.php index 4f1ddbbefda..497a3385caa 100755 --- a/apps/user_webdavauth/settings.php +++ b/apps/user_webdavauth/settings.php @@ -21,7 +21,6 @@ * */ -print_r($_POST); if($_POST) { if(isset($_POST['webdav_url'])) { |