Skip to content
Snippets Groups Projects
Commit 9eefb56d authored by Phil's avatar Phil
Browse files

Removed useless main() in error.py

parent 36869f46
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,3 @@ log_loading = logging.getLogger("scapy.loading") # logs when loading sc
def warning(x):
log_runtime.warning(x)
if __name__ == "__main__":
log_scapy.setLevel(1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment