Remove rogue debug statement
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 6 Oct 2000 08:06:23 +0000 (08:06 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 6 Oct 2000 08:06:23 +0000 (08:06 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@674 cda61777-01e9-0310-a592-d414129be87e

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));
     }
 }