Turn off debug

This commit is contained in:
nathangray 2018-05-04 15:07:57 -06:00
parent c8ddbe0680
commit 11cf369540

View File

@ -29,7 +29,7 @@ class SharingBase extends LoggedInTest
* 1 = info * 1 = info
* 2 = debug * 2 = debug
*/ */
const LOG_LEVEL = 2; const LOG_LEVEL = 0;
/** /**
* Keep track of shares to remove after * Keep track of shares to remove after