Remove testing code

This commit is contained in:
Kepoor Hampond 2017-06-28 20:18:12 -07:00
parent 88c4c4a890
commit a0600f5f9c

View file

@ -11,9 +11,5 @@ def setup():
config_file = os.path.expanduser("~/.irs/config_.py")
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",
config_file)