remove debug

This commit is contained in:
Frédéric FRANCE 2020-04-20 15:36:08 +02:00 committed by GitHub
parent 16e46c672c
commit 9697085f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ class DolEditor
})';
$out .= '</script>'."\n";
}
var_dump($this->height);
$out .= '<pre id="'.$this->htmlname.'aceeditorid" style="'.($this->width ? 'width: '.$this->width.'px; ' : '');
$out .= ($this->height ? ' height: '.$this->height.'px; ' : '');
//$out.=" min-height: 100px;";