Remove some logging code.

abstract-chosen
Patrick Filler 2011-06-23 12:42:18 -04:00
parent 55644cc96a
commit 0beb74439e
1 changed files with 0 additions and 1 deletions

View File

@ -521,7 +521,6 @@ Chosen.prototype = {
var div = new Element('div', { 'style' : style_block }).update(input.value);
document.body.appendChild(div);
console.log( Element.measure(div, 'width') );
w = Element.measure(div, 'width') + 25;
div.remove();