diff --git a/main.py b/main.py index 98e6919..0d765ff 100755 --- a/main.py +++ b/main.py @@ -359,8 +359,6 @@ class bc(object): for ip in line: if re.match(r'\d{1,4}\.\dms$', ip): self.timestamp = ip.replace('ms', '') - print self.timestamp - print ('*'*45) if re.match(r"^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$",ip): self.hop_ip = ip