Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit e8bef90

Browse files
committed
remove debugging print calls
1 parent 1a3b48e commit e8bef90

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

paperspace/jobs.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212

1313
from . import config
1414

15-
print('ps PAPERSPACE_API_KEY: ' + config.PAPERSPACE_API_KEY)
16-
print('ps CONFIG_HOST: ' + config.CONFIG_HOST)
17-
print('ps CONFIG_LOG_HOST: ' + config.CONFIG_LOG_HOST)
18-
1915
def zip_to_tmp(obj_name):
2016
zipname = os.path.join(tempfile.gettempdir(),
2117
os.path.basename(obj_name)) + '.zip'
@@ -274,11 +270,6 @@ def artifactsGet(params):
274270

275271

276272
def runas_job(params={}):
277-
278-
print('runas_job PAPERSPACE_API_KEY: ' + config.PAPERSPACE_API_KEY)
279-
print('runas_job CONFIG_HOST: ' + config.CONFIG_HOST)
280-
print('runas_job CONFIG_LOG_HOST: ' + config.CONFIG_LOG_HOST)
281-
282273
if 'PAPERSPACE_JOB_RUNNER' in os.environ:
283274
return
284275

0 commit comments

Comments
 (0)