Enlightenment CVS committal

Author  : mickeyl
Project : e17
Module  : proto/eflpp

Dir     : e17/proto/eflpp/src/misc


Modified Files:
        eflpp_housekeeping.cpp 


Log Message:
eflpp_housekeeping.cpp: remove superflous debug branding

===================================================================
RCS file: /cvs/e/e17/proto/eflpp/src/misc/eflpp_housekeeping.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- eflpp_housekeeping.cpp      3 Jul 2007 22:42:36 -0000       1.1
+++ eflpp_housekeeping.cpp      19 Oct 2007 09:59:12 -0000      1.2
@@ -21,10 +21,6 @@
 
 void __attribute__ ((constructor)) eflplusplus_init(void)
 {
-    cout << "============================================================" << 
endl;
-    cout << "=  Enlightenment Foundation Libraries C++ Bindings (EFL++) =" << 
endl;
-    cout << "============================================================" << 
endl;
-
     // initialize C libraries
     evas_init();
     ecore_init();
@@ -60,9 +56,5 @@
     ecore_config_system_shutdown();
     ecore_shutdown();
     evas_shutdown();
-
-    cout << "============================================================" << 
endl;
-    cout << "= (C) 2004-2005 Michael 'Mickey' Lauer <[EMAIL PROTECTED]> =" << 
endl;
-    cout << "============================================================" << 
endl;
 }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to