Project/Project.vala
authorAlan Knowles <alan@roojs.com>
Mon, 22 Sep 2014 06:55:34 +0000 (14:55 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 22 Sep 2014 06:55:34 +0000 (14:55 +0800)
Project/Project.vala

index 4e3577a..3086667 100644 (file)
@@ -419,7 +419,7 @@ namespace Project {
                        var f = fiter.get_value();
                        
                        
-                       //console.log(f.id + '?=' + id);
+                       print ("Project.getByName: %s ?= %s\n" ,f.name , name);
                        if (f.name == name) {
                            return f;
                        }