|
From: CVS C. to T. <the...@li...> - 2011-01-16 19:20:20
|
Revision: 616
http://themis.svn.sourceforge.net/themis/?rev=616&view=rev
Author: mark_hellegers
Date: 2011-01-16 19:20:14 +0000 (Sun, 16 Jan 2011)
Log Message:
-----------
Removed debugging output I accidentally left in.
Modified Paths:
--------------
trunk/themis/framework/win.cpp
Modified: trunk/themis/framework/win.cpp
===================================================================
--- trunk/themis/framework/win.cpp 2011-01-16 16:51:44 UTC (rev 615)
+++ trunk/themis/framework/win.cpp 2011-01-16 19:20:14 UTC (rev 616)
@@ -194,8 +194,6 @@
void Win :: MessageReceived(BMessage * msg) {
- msg->PrintToStream();
-
switch (msg->what) {
case B_ABOUT_REQUESTED: {
be_app_messenger.SendMessage(B_ABOUT_REQUESTED);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|