Remove rogue debug statement
[u/mdw/putty] / noise.c
diff --git a/noise.c b/noise.c
index 3be3c06..ad257f5 100644 (file)
--- a/noise.c
+++ b/noise.c
@@ -44,7 +44,6 @@ void noise_get_heavy(void (*func) (void *, int)) {
     mod = GetModuleHandle("KERNEL32");
     if (mod) {
         gsps = (gsps_t)GetProcAddress(mod, "GetSystemPowerStatus");
-        debug(("got gsps=%p\n", gsps));
     }
 }