[SC] Disable debug messages on user interface (#382)
authorSerge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
Thu, 15 Feb 2018 13:58:17 +0000 (14:58 +0100)
committerGed Murphy <gedmurphy@reactos.org>
Thu, 15 Feb 2018 13:58:17 +0000 (13:58 +0000)
base/applications/sc/sc.h

index 3357475..3dbacee 100644 (file)
@@ -14,7 +14,8 @@
 #include <ndk/setypes.h>
 
 
-#define SCDBG
+// Uncomment to enable debug messages on user interface.
+// #define SCDBG
 
 typedef struct
 {