src/Palete/VapiParser.vala
authorAlan Knowles <alan@roojs.com>
Wed, 6 May 2015 07:43:58 +0000 (15:43 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 6 May 2015 07:43:58 +0000 (15:43 +0800)
src/Palete/VapiParser.vala

index 4be9116..3be43c4 100644 (file)
@@ -44,10 +44,7 @@ namespace Palete {
                        
                        
                        //vapidirs +=  Path.get_dirname (context.get_vapi_path("glib-2.0")) ;
-                       
-                       //for(var i =0 ; i < vapidirs.length; i++) {
-                       //      valac += " --vapidir=" + vapidirs[i];
-                       //}
+                        
                                
                        
                        // or context.get_vapi_path("glib-2.0"); // should return path..
@@ -115,7 +112,7 @@ namespace Palete {
                         
                        Vala.CodeContext.pop ();
                         
-                       print("%s\n", valac);
+                        
                        print("ALL OK?\n");
                 
                }