diff --git a/_log.py b/_log.py index 829f315..168fd6c 100644 --- a/_log.py +++ b/_log.py @@ -51,11 +51,7 @@ def report(self, id, detail="", critical=False): # reports events in the log self.repeated_count = 0 self.repeated_line = id + detail - try: - self.insert(id, detail) - except: - # log the raw string if it was not identified - self.insert(id, detail) + self.insert(id, detail) if critical: