remove print statements

This commit is contained in:
rolux 2012-06-15 11:47:18 +02:00
commit fbeb434e27
11 changed files with 0 additions and 24 deletions

View file

@ -120,7 +120,6 @@ Ox.InsertHTMLDialog = function(options, self) {
) + '>' + values.text + '</' + item.id + '>';
};
} else if (['h1', 'b', 'i', 'code', 's', 'sub', 'sup', 'u'].indexOf(item.id) > -1) {
//Ox.print(self.options.selection.indexOf('\n'), '?????????')
form = [
Ox.Input({
height: 128,
@ -208,7 +207,6 @@ Ox.InsertHTMLDialog = function(options, self) {
function renderForm() {
var items = Ox.getObjectById(self.items, self.$select.value()).form;
//Ox.print('??::""""????', self.$select.value())
self.$form && self.$form.remove();
if (items.length) {
self.$form = Ox.Form({