remove debugging stuff

This commit is contained in:
Gwenhael Le Moine 2011-07-13 20:50:32 +02:00
parent 27eadd30c8
commit 355f66b8a1

View file

@ -91,10 +91,6 @@ function won_or_not( state ) {
}
function display_on_canvas( state, canvas_elt ) {
board_infos = {};
board_infos.cell_dimensions = {};
board_infos.cell_dimensions.width = 20;
board_infos.cell_dimensions.height = 20;
var ctx= document.getElementById( canvas_elt ).getContext( '2d' );
for ( var i=0 ; i < LEVEL_HEIGHT ; i++ ) {
for ( var j=0 ; j < LEVEL_WIDTH ; j++ ) {