Completed
Pull Request — master (#9319)
by rakekniven
17:23
created
lib/private/Log.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -36,12 +36,10 @@
 block discarded – undo
36 36
 namespace OC;
37 37
 
38 38
 use InterfaSys\LogNormalizer\Normalizer;
39
-
40 39
 use OC\Log\ExceptionSerializer;
41 40
 use OC\Log\File;
42 41
 use OCP\ILogger;
43 42
 use OCP\Support\CrashReport\IRegistry;
44
-use OCP\Util;
45 43
 
46 44
 /**
47 45
  * logging utilities
Please login to merge, or discard this patch.