1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

Remove rogue debug statement

[originally from svn r674]
This commit is contained in:
Simon Tatham 2000-10-06 08:06:23 +00:00
parent 5d359d9528
commit 1be5191965

View File

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