2009/dap/ReSpec.js/js respec.js,1.153,1.154

Update of /sources/public/2009/dap/ReSpec.js/js
In directory hutz:/tmp/cvs-serv8525/js

Modified Files:
	respec.js 
Log Message:
this debugging bit shouldn't be there in the first palce

Index: respec.js
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- respec.js	2 Jul 2011 20:58:24 -0000	1.153
+++ respec.js	4 Jul 2011 10:14:16 -0000	1.154
@@ -929,7 +929,6 @@
         var header;
         if (this.specStatus === "finding" || this.specStatus === "draft-finding") header = this.makeTAGHeaders();
         else header = this.makeNormalHeaders();
-        if (typeof(console) != "undefined" && console.log) console.log(header);
         var tmp = sn.element("div");
         tmp.innerHTML = header;
         document.body.insertBefore(tmp.firstChild, document.body.firstChild);

Received on Monday, 4 July 2011 10:14:18 UTC