From dec487298e564efde605d73e5a8fc9dea7db66b1 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Thu, 25 Oct 2018 12:27:33 -0400 Subject: [PATCH] remove unnecessary return --- OscCommentMacroListener.py | 1 - 1 file changed, 1 deletion(-) diff --git a/OscCommentMacroListener.py b/OscCommentMacroListener.py index 54edc13..ab697c8 100644 --- a/OscCommentMacroListener.py +++ b/OscCommentMacroListener.py @@ -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):