From 11cf369540fdf07d2393da9c64b9c7357f10a9c5 Mon Sep 17 00:00:00 2001 From: nathangray Date: Fri, 4 May 2018 15:07:57 -0600 Subject: [PATCH] Turn off debug --- api/tests/Vfs/SharingBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tests/Vfs/SharingBase.php b/api/tests/Vfs/SharingBase.php index 95488b55dd..006def8944 100644 --- a/api/tests/Vfs/SharingBase.php +++ b/api/tests/Vfs/SharingBase.php @@ -29,7 +29,7 @@ class SharingBase extends LoggedInTest * 1 = info * 2 = debug */ - const LOG_LEVEL = 2; + const LOG_LEVEL = 0; /** * Keep track of shares to remove after