mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
디버그 코드 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7176 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
db1bafb9ca
commit
15be96f679
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue