X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2FCClient.cpp;h=6c9fe685a678202d58615c3b8e8ee3271fc19ef9;hb=9a9053e91df6e08761e2ce72be350c5c2233153b;hp=92898b110a92db39a7d13e92870e4851fe93fc09;hpb=73872ce04c3759b35e010af9c16367bc57a14d38;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/CClient.cpp b/Usermode/Applications/axwin4_src/Server/CClient.cpp index 92898b11..6c9fe685 100644 --- a/Usermode/Applications/axwin4_src/Server/CClient.cpp +++ b/Usermode/Applications/axwin4_src/Server/CClient.cpp @@ -24,7 +24,6 @@ CClient::~CClient() CWindow* CClient::GetWindow(int ID) { - _SysDebug("GetWindow(ID=%i)", ID); try { return m_windows.at(ID); }