diff options
author | Pete Batard <pbatard@gmail.com> | 2010-02-03 01:12:45 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-02-03 01:12:45 +0000 |
commit | f2f8df520b6cf4639f11f551e1b93447f483ab7f (patch) | |
tree | 5e175927688f46ca75348c876e920e8e3568b27f | |
parent | 3138936c41679fb881dbacc5f94da38208e6b053 (diff) | |
download | libusb-f2f8df520b6cf4639f11f551e1b93447f483ab7f.tar.gz |
r138b: oops - don't leave debug code in commits!r138b
-rw-r--r-- | libusb/os/windows_compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libusb/os/windows_compat.c b/libusb/os/windows_compat.c index 717cf7b..06f165a 100644 --- a/libusb/os/windows_compat.c +++ b/libusb/os/windows_compat.c @@ -163,7 +163,6 @@ void init_polling(void) while (InterlockedExchange((LONG *)&compat_spinlock, 1) == 1) { SleepEx(0, TRUE); } - printf("\n\n\nver prod = %d\n\n\n", VER_PRODUCTBUILD); if (!is_polling_set) { for (i=0; i<MAX_FDS; i++) { poll_fd[i] = INVALID_WINFD; |