mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-09 22:44:44 +00:00
finished removing socket functionality
This commit is contained in:
parent
e7a8a259fc
commit
5ca474d158
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user