]> ruin.nu Git - popboot.git/blobdiff - parser.y
removed some more debug output
[popboot.git] / parser.y
index a8269f54e3931b11dfdfe6abd61dcd8a557c695a..ad68377a79770ad4c4403dd80e29bffc68d682d6 100644 (file)
--- a/parser.y
+++ b/parser.y
@@ -65,7 +65,7 @@ action        : id preconds '\n' exec effects '\n' {
 
                                //---------------------------------------------
                                // Debug test print :   
-                               cerr << "id:  " << *$1 << endl;
+/*                             cerr << "id:  " << *$1 << endl;
 
                                // Precondition flags:
                                cerr << "a: " << (*$2)["a"] << endl;
@@ -82,7 +82,7 @@ action        : id preconds '\n' exec effects '\n' {
                                cerr << "88: " << (*$5)[88].size() << endl;
 
                                cerr << endl;
-                               //----------------------------------------------
+*/                             //----------------------------------------------
                                            }
        ;
 
@@ -249,11 +249,11 @@ main (int argc, char** argv)
 
     yyparse();
 
-    cerr << (*runlevels)[2].size() << endl;
+/*    cerr << (*runlevels)[2].size() << endl;
     cerr << (*runlevels)[3].size() << endl;
     cerr << (*runlevels)[4].size() << endl;
     cerr << (*runlevels)[5].size() << endl;
-
+*/
     Planner p(*actions, init, (*runlevels)[atoi(argv[2])]);
     p.execute();