Removed the uneeded "told ya" prints.
This commit is contained in:
parent
9368be0fda
commit
9f2c953383
1 changed files with 0 additions and 2 deletions
|
@ -24,13 +24,11 @@ async function main() {
|
|||
config = await Config.getConfig(parsed.mode_data.profileName);
|
||||
options = parsed.mode_data as ISimpleMessageOptions;
|
||||
await Telme.sendMessage(config, options.message);
|
||||
console.log(`[${Config.APP_NAME}]: Told Ya!`);
|
||||
break;
|
||||
case ERunMode.TASK_MESSAGE:
|
||||
config = await Config.getConfig(parsed.mode_data.profileName);
|
||||
options = parsed.mode_data as ITaskOptions;
|
||||
await Telme.runTask(config, options);
|
||||
console.log(`[${Config.APP_NAME}]: Told Ya!`);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue