Author: marvin
Date: Mon Jun 11 23:23:54 2012
New Revision: 1349068

URL: http://svn.apache.org/viewvc?rev=1349068&view=rev
Log:
Remove accidentally committed debug print.

Modified:
    lucy/trunk/charmonizer/src/Charmonizer/Core/OperatingSystem.c

Modified: lucy/trunk/charmonizer/src/Charmonizer/Core/OperatingSystem.c
URL: 
http://svn.apache.org/viewvc/lucy/trunk/charmonizer/src/Charmonizer/Core/OperatingSystem.c?rev=1349068&r1=1349067&r2=1349068&view=diff
==============================================================================
--- lucy/trunk/charmonizer/src/Charmonizer/Core/OperatingSystem.c (original)
+++ lucy/trunk/charmonizer/src/Charmonizer/Core/OperatingSystem.c Mon Jun 11 
23:23:54 2012
@@ -45,7 +45,6 @@ OS_init(void) {
 
     /* Detect shell based on whether the bitbucket is "/dev/null" or "nul". */
     if (Util_can_open_file("/dev/null")) {
-        fprintf(stderr, "OOP!\n");
         strcpy(dev_null, "/dev/null");
         strcpy(exe_ext, "");
         strcpy(obj_ext, "");


Reply via email to