src/Palete/VapiParser.vala
authorAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 09:28:49 +0000 (17:28 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 09:28:49 +0000 (17:28 +0800)
src/Palete/VapiParser.vala

index 0e1587c..38a443d 100644 (file)
@@ -27,7 +27,7 @@ namespace Palete {
                                
                                return;
                        }
-                       print("parsing namespace %s\n", element.name);
+                       //print("parsing namespace %s\n", element.name);
                        if (element.name == null) {
                                element.accept_children(this); // catch sub namespaces..
                                return;
@@ -213,7 +213,7 @@ namespace Palete {
                                }
                                
                        }
-                       print("add_method :  %s\n", n);
+                       //print("add_method :  %s\n", n);
                        
                        var c = new GirObject(ty,n);
                        c.gparent = parent;