Revision: 46357
          http://brlcad.svn.sourceforge.net/brlcad/?rev=46357&view=rev
Author:   n_reed
Date:     2011-08-23 22:00:37 +0000 (Tue, 23 Aug 2011)

Log Message:
-----------
Removed obsolete debug output.

Modified Paths:
--------------
    brlcad/trunk/src/libgcv/wfobj/obj_rules.re

Modified: brlcad/trunk/src/libgcv/wfobj/obj_rules.re
===================================================================
--- brlcad/trunk/src/libgcv/wfobj/obj_rules.re  2011-08-23 21:52:42 UTC (rev 
46356)
+++ brlcad/trunk/src/libgcv/wfobj/obj_rules.re  2011-08-23 22:00:37 UTC (rev 
46357)
@@ -273,10 +273,6 @@
     detail::get_state(yyextra).working_string = yytext;
     bu_strlcpy(yylval->string, yytext, TOKEN_STRING_LEN);
 
-#if DEBUG
-    std::cout << yylval->string;
-#endif
-
     BEGIN(INITIAL);
     RETURN(ID);
 }
@@ -303,9 +299,6 @@
     // Goto initial state after single token
     detail::get_state(yyextra).working_string = yytext;
     bu_strlcpy(yylval->string, yytext, TOKEN_STRING_LEN);
-#if DEBUG
-    std::cout << yylval->string;
-#endif
 
     BEGIN(INITIAL);
     RETURN(ID);
@@ -326,9 +319,6 @@
     // Keywords are valid identifiers here
     detail::get_state(yyextra).working_string = yytext;
     bu_strlcpy(yylval->string, yytext, TOKEN_STRING_LEN);
-#if DEBUG
-    std::cout << yylval->string;
-#endif
 
     RETURN(ID);
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to