streamdeck-applescript icon indicating copy to clipboard operation
streamdeck-applescript copied to clipboard

Remove debug NSLog

Open Timac opened this issue 6 years ago • 0 comments

There are some debug NSLog in the plugin that should be removed:

  • NSLog(@"tempFile value: %@", tempFile);
  • NSLog(@"willAppear: %@", payload);

If you want to log some information, you should use the new -[ESDConnectionManager logMessage:] method

Timac avatar Jun 28 '19 11:06 Timac