From 336125aabc43f0b9175cb3d9c87d651bb148457a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 10 Aug 2012 11:57:50 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index a7601e8f6..1a0fa0942 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -292,12 +292,12 @@ function BuildLists () { return false; } - print("TRY ctor: " + parent ); + //print("TRY ctor: " + parent ); var x = new imports.gi.Gtk[cls](); - print("TRY child type: " + parent); + //print("TRY child type: " + parent); - print(parent + " : says children are of type : " + x.child_type()); + //print(parent + " : says children are of type : " + x.child_type()); return true; } -- 2.39.2