# HG changeset patch # User hamidouk # Date 1318518635 -7200 # Node ID c4a36ea700d40b80050449f456a7e9df0c0a3bda # Parent 7bc3a4651ec31273f6f5abc96a9e21a037441d23 removed some debug output. diff -r 7bc3a4651ec3 -r c4a36ea700d4 src/js/ui.js --- a/src/js/ui.js Thu Oct 13 17:09:43 2011 +0200 +++ b/src/js/ui.js Thu Oct 13 17:10:35 2011 +0200 @@ -33,9 +33,6 @@ IriSP.jQuery(videoPlayer).appendTo("#"+IriSP.config.gui.container); } - /* FIXME : move it elsewhere */ - IriSP.trace("__IriSP.createHtml",IriSP.jQuery.browser.msie+" "+IriSP.jQuery.browser.version); - IriSP.trace("__IriSP.createHtml","end"); IriSP.jQuery("#Ldt-Annotations").width(width-(75*2)); IriSP.jQuery("#Ldt-Show-Arrow-container").width(width-(75*2)); IriSP.jQuery("#Ldt-ShowAnnotation-audio").width(width-10);