removed useless printfs. popcorn-port
authorhamidouk
Thu, 03 Nov 2011 16:12:55 +0100
branchpopcorn-port
changeset 187 6f1def85018a
parent 186 7a963ec3e09a
child 188 f1f4b1e44456
removed useless printfs.
src/js/widgets/polemicWidget.js
--- a/src/js/widgets/polemicWidget.js	Thu Nov 03 16:07:09 2011 +0100
+++ b/src/js/widgets/polemicWidget.js	Thu Nov 03 16:12:55 2011 +0100
@@ -98,14 +98,7 @@
 		var Tweet = function(){
 		};
 		// Classes =======================================================================
-		
-		// trace function 
-		var traceNum = 0;
-		function trace(msg,value){
-			traceNum += 1;
-			__IriSP.jQuery("<div>"+traceNum+" - "+msg+" : "+value+"</div>").appendTo("#output");
-		}
-		
+
 		// Refactoring (parametere) ************************************************************
 		// color translastion
 		var qTweet_0  =0;
@@ -182,7 +175,6 @@
 							}
 					}
 					else {
-						//trace("k = ",i);
 						this.tweets[numberOfTweet] = {
 									id:i,
 									qualification:colorTranslation(""),
@@ -199,9 +191,6 @@
 					}
 					
 				} 
-				else {
-					//trace("tweet qualification = ","null");
-				}
 			};	
 			
 		   DrawTweets.call (this); // FIXME: ugly.