From: simon Date: Fri, 6 Oct 2000 08:06:23 +0000 (+0000) Subject: Remove rogue debug statement X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/277ab4522131130e876b5ea8432217f93fc136f4 Remove rogue debug statement git-svn-id: svn://svn.tartarus.org/sgt/putty@674 cda61777-01e9-0310-a592-d414129be87e --- 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)); } }