toshi0383 / TVMLKitchen

Swifty TVML template manager with or without client-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove __kitchenDebug function calls

toshi0383 opened this issue · comments

Should be removed for performance reason.
Although actual printing does not happen unless DEBUG is set to OTHER_SWIFT_FLAG, the injected function __kitchenDebug is still called.