remove debugging method

This commit is contained in:
Vítor Santos Costa 2015-03-23 07:26:03 +00:00
parent 5150dcae3d
commit c9aa53350a

View File

@ -113,7 +113,7 @@ public:
/// set a new callback /// set a new callback
void setYAPCallback(YAPCallback *cb) { delYAPCallback(); _callback = cb; } void setYAPCallback(YAPCallback *cb) { delYAPCallback(); _callback = cb; }
/// execute the callback. /// execute the callback.
void run() { if (_callback) _callback->run(); } ////void run() { if (_callback) _callback->run(); }
/// execute the callback with a text argument. /// execute the callback with a text argument.
void run( char *s) { if (_callback) _callback->run(s); } void run( char *s) { if (_callback) _callback->run(s); }
/// execute the callback with a text argument. /// execute the callback with a text argument.