디버그 코드 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7176 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-01-19 13:11:41 +00:00
parent db1bafb9ca
commit 15be96f679

View file

@ -218,11 +218,7 @@ _app_base = {
// BEFORE hooker
if (aMsg['BEFORE_'+msg] || this['API_BEFORE_'+msg]) {
var bContinue = this._cast(sender, 'BEFORE_'+msg, params);
if (!bContinue) {
this._fn_level--;
console.log('-', msg, this._fn_level);
return;
}
if (!bContinue) return;
}
// main api function