From af559f7115bf0fb296534a6206a2219a3b88191e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 18:46:12 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 12c067639..977c48951 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -305,7 +305,7 @@ function BuildLists () { //print("TRY child type: " + parent); var ct = x.child_type(); - print(parent + " : says children are of type : " + ct); + //print(parent + " : says children are of type : " + ct); // get the Gtype for the child? var GObject = imports.gi.GObject; var match = GObject.type_from_name(ar.join('')); -- 2.39.2