diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-10 14:13:49 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-10 14:13:49 +0000 |
commit | 892b3fde2fa974e339f049283d8d3e5f75a49107 (patch) | |
tree | 5beed62649f5f088235e6bf91cabdf3e584ea59c | |
parent | 72f1e30cb3983bc0c50cea6e87f589091e07dd23 (diff) |
uhm, remove my debug output :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11819 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | win/configure.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/configure.cpp b/win/configure.cpp index 2ef102841..161becfec 100644 --- a/win/configure.cpp +++ b/win/configure.cpp @@ -178,7 +178,6 @@ void get_machine_info(char * buffer, size_t len) *b2++; } *b = 0; - printf_c("\nLAL:%s:LAL\n", buffer); } int __stdcall WinMain(IN HINSTANCE hInstance, IN HINSTANCE hPrevInstance, IN LPSTR lpCmdLine, IN int nShowCmd ) |