Author: chabotc
Date: Mon Jan 5 05:37:09 2009
New Revision: 731565
URL: http://svn.apache.org/viewvc?rev=731565&view=rev
Log:
SHINDIG-813 by Jerome Gangneux - removed debugging statement (console.log)
Modified:
incubator/shindig/trunk/features/opensocial-templates/compiler.js
Modified: incubator/shindig/trunk/features/opensocial-templates/compiler.js
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-templates/compiler.js?rev=731565&r1=731564&r2=731565&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-templates/compiler.js (original)
+++ incubator/shindig/trunk/features/opensocial-templates/compiler.js Mon Jan
5 05:37:09 2009
@@ -743,7 +743,6 @@
ret = [];
for (var child = node.firstChild; child; child = child.nextSibling) {
- console.log(child);
if (allChildren) {
ret.push(child);
continue;