diff --git a/handlers/apiFokabotMessageHandler.py b/handlers/apiFokabotMessageHandler.py index bfa854f..b1128cc 100644 --- a/handlers/apiFokabotMessageHandler.py +++ b/handlers/apiFokabotMessageHandler.py @@ -21,7 +21,6 @@ class handler(requestsManager.asyncRequestHandler): if key is None or key != glob.conf.config["server"]["cikey"]: raise exceptions.invalidArgumentsException() - log.info("API REQUEST FOR FOKABOT MESSAGE AAAAAAA") chatHelper.sendMessage("FokaBot", self.get_argument("to"), self.get_argument("msg")) # Status code and message