remove print statement

This commit is contained in:
rolux 2012-04-07 16:47:02 +02:00
parent 369ce48af2
commit e53fe8b09a
2 changed files with 1 additions and 2 deletions

View file

@ -25,7 +25,7 @@
},
tabs: [
{id: 'source', title: 'source'},
{id: 'doc', title: 'Ox.doc(source)'},
{id: 'doc', title: 'doc=Ox.doc(source)'},
{id: 'docpage', title: 'Ox.DocPage(doc[0])'}
]
}),

View file

@ -310,7 +310,6 @@ Ox.doc = (function() {
callback(parseSource(source, file));
});
}
Ox.print('>>>>>>>', arguments, ret)
return ret;
}
}());