Skip to content
Snippets Groups Projects
Commit f327a5bd authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

remove debug message

parent e35f5c06
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,6 @@ ...@@ -159,7 +159,6 @@
var curr_paper_width = $("#genes_schema").width(); var curr_paper_width = $("#genes_schema").width();
$(window).bind("resize" , function(Evt){ $(window).bind("resize" , function(Evt){
console.log( "resize");
var gs = $("#genes_schema") var gs = $("#genes_schema")
var new_width = gs.width(); var new_width = gs.width();
paper.setSize( gs.width() , paper_h); paper.setSize( gs.width() , paper_h);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment