From 1be519196536161d88c6a9a6032a25fff5db44fc Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 6 Oct 2000 08:06:23 +0000 Subject: [PATCH] Remove rogue debug statement [originally from svn r674] --- noise.c | 1 - 1 file changed, 1 deletion(-) diff --git a/noise.c b/noise.c index 3be3c063..ad257f56 100644 --- 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)); } } -- 2.45.2