Remove some logging code.
This commit is contained in:
parent
55644cc96a
commit
0beb74439e
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue