connectivity/com.nokia.tcf/native/TCFNative/TCFServer/TCFServer.cpp
changeset 366 b054461d2f85
parent 60 9d2210c8eed2
--- a/connectivity/com.nokia.tcf/native/TCFNative/TCFServer/TCFServer.cpp	Thu Jul 16 09:39:55 2009 -0500
+++ b/connectivity/com.nokia.tcf/native/TCFNative/TCFServer/TCFServer.cpp	Wed Jul 22 12:14:43 2009 -0500
@@ -75,15 +75,16 @@
 #ifdef _DEBUG
 	if (gDoLogging)
 	{
-		FILE* f = fopen("c:\\tcf\\TCFServer_Main.txt", "at");
-		LogTime(f);
-		fprintf(f,"ExeLocation=%s\n", gServerLocation);
-		fclose(f);
+//		FILE* f = fopen("c:\\tcf\\TCFServer_Main.txt", "at");
+//		LogTime(f);
+//		fprintf(f,"ExeLocation=%s\n", gServerLocation);
+//		fclose(f);
 	}
 #endif
 	gManager = new CServerManager(gServerLocation);
 	gManager->CommandThread();
 	delete gManager;
+
 	return 0;
 }
 #ifdef _DEBUG