remove print statement
This commit is contained in:
parent
369ce48af2
commit
e53fe8b09a
2 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
},
|
},
|
||||||
tabs: [
|
tabs: [
|
||||||
{id: 'source', title: 'source'},
|
{id: 'source', title: 'source'},
|
||||||
{id: 'doc', title: 'Ox.doc(source)'},
|
{id: 'doc', title: 'doc=Ox.doc(source)'},
|
||||||
{id: 'docpage', title: 'Ox.DocPage(doc[0])'}
|
{id: 'docpage', title: 'Ox.DocPage(doc[0])'}
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
|
|
@ -310,7 +310,6 @@ Ox.doc = (function() {
|
||||||
callback(parseSource(source, file));
|
callback(parseSource(source, file));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Ox.print('>>>>>>>', arguments, ret)
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
}());
|
}());
|
||||||
|
|
Loading…
Reference in a new issue