From c858fe87e56dd02e9388ab8d93386cc33a04dd52 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 12 Nov 2010 07:42:56 +0800 Subject: [PATCH] Introspect/NameSpace.js --- Introspect/NameSpace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introspect/NameSpace.js b/Introspect/NameSpace.js index 4676f90..92b4dca 100644 --- a/Introspect/NameSpace.js +++ b/Introspect/NameSpace.js @@ -152,7 +152,7 @@ NameSpace = { // called when you list the namespace clsGatherInterfaces : function(ns, cls) { - print("clsGatherInterfaces: " + ns + ", " + cls); + // print("clsGatherInterfaces: " + ns + ", " + cls); var gi = GI.Repository.get_default(); var bb = GI.Repository.find_by_name(gi,ns, cls); var fullname = ns+'.'+cls; -- 2.39.2