From: Alan Knowles Date: Wed, 17 Nov 2010 09:05:34 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=df18e645b8d230566a78f729a4027ef9be1430c0;p=Pman.Core Pman.Gnumeric.js --- diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index d96e014c..953d66a3 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -532,7 +532,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { //Roo.log( cs.r+ ',' + cs.c + ' = '+ v); // need to generate clell if it doe if (typeof(this.grid[cs.r]) == 'undefined') { - Roo.log('no row:' + cell); + //Roo.log('no row:' + cell); this.grid[cs.r] = []; // create a row.. //return; }