Introspect/NameSpace.js
authorAlan Knowles <alan@akkbhome.com>
Sat, 13 Nov 2010 07:32:05 +0000 (15:32 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sat, 13 Nov 2010 07:32:05 +0000 (15:32 +0800)
Introspect/NameSpace.js

index 760e9cb..cb7a668 100644 (file)
@@ -92,7 +92,7 @@ NameSpace = {
             print("NAME: " + info.get_name());
             //continue;
             var info_type = GI.base_info_get_type (info);
-            print("Type: " + info_type);
+           // print("Type: " + info_type);
             switch(info_type) {
                 case  GI.InfoType.OBJECT:
                     ret.objects.push(info.get_name());