Remove testing code

This commit is contained in:
Kepoor Hampond 2017-06-28 20:18:12 -07:00
parent 25af928bb0
commit 14a8da80f3

View file

@ -11,9 +11,5 @@ def setup():
config_file = os.path.expanduser("~/.irs/config_.py") config_file = os.path.expanduser("~/.irs/config_.py")
if not os.path.isfile(config_file): if not os.path.isfile(config_file):
print("\n")
os.system("ls " + os.path.dirname(inspect.getfile(irs)))
print(inspect.getfile(irs))
print("\n")
copyfile(os.path.dirname(inspect.getfile(irs)) + "/config_preset.py", copyfile(os.path.dirname(inspect.getfile(irs)) + "/config_preset.py",
config_file) config_file)