Usermode/AxWin4 - Screen dimensions acquisition, speedup, window render
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / CClient.cpp
index 92898b1..6c9fe68 100644 (file)
@@ -24,7 +24,6 @@ CClient::~CClient()
 
 CWindow* CClient::GetWindow(int ID)
 {
-       _SysDebug("GetWindow(ID=%i)", ID);
        try {
                return m_windows.at(ID);
        }

UCC git Repository :: git.ucc.asn.au