mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-09-25 23:00:19 +00:00
finished removing socket functionality
This commit is contained in:
@@ -260,9 +260,6 @@ def start(verbose, profile, debug, config_path):
|
||||
|
||||
if profile:
|
||||
|
||||
def send(msg):
|
||||
pass
|
||||
|
||||
logger = Logger(verbose, profile, debug)
|
||||
|
||||
import cProfile, pstats, io
|
||||
@@ -278,9 +275,6 @@ def start(verbose, profile, debug, config_path):
|
||||
|
||||
elif verbose:
|
||||
|
||||
def send(msg):
|
||||
pass
|
||||
|
||||
logger = Logger(verbose, profile, debug)
|
||||
|
||||
#exit_code = main(logger, verbose, profile, debug, socket_send = send)
|
||||
@@ -289,9 +283,6 @@ def start(verbose, profile, debug, config_path):
|
||||
|
||||
elif debug:
|
||||
|
||||
def send(msg):
|
||||
pass
|
||||
|
||||
logger = Logger(verbose, profile, debug)
|
||||
|
||||
#exit_code = main(logger, verbose, profile, debug, socket_send = send)
|
||||
|
Reference in New Issue
Block a user