1
0
Fork 0

remove unnecessary return

This commit is contained in:
Kevin Matz 2018-10-25 12:27:33 -04:00
parent f96da2939c
commit dec487298e
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ class OscCommentMacroListener(CommentMacroListener):
self.osc.command[name](self, ctx)
except KeyError:
print(name + " macro is not compatable with OSC.")
return -1
logger.debug("Exiting Macro")
def enterMaster(self, ctx: CommentMacroParser.MasterContext):