From: Alan Knowles Date: Thu, 11 Nov 2010 23:42:56 +0000 (+0800) Subject: Introspect/NameSpace.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=c858fe87e56dd02e9388ab8d93386cc33a04dd52 Introspect/NameSpace.js --- 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;