Skip to content

Commit 29140ce

Browse files
author
Tatjana Damnjanović
committed
remove print
1 parent 700c0f5 commit 29140ce

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

solvebio/test/helper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ def setUp(self):
2626
super(SolveBioTestCase, self).setUp()
2727
api_key = os.environ.get('SOLVEBIO_API_KEY', None)
2828
api_host = os.environ.get('SOLVEBIO_API_HOST', None)
29-
print(api_host)
30-
3129
self.client = solvebio.SolveClient(host=api_host, token=api_key)
3230

3331
def check_response(self, response, expect, msg):

0 commit comments

Comments
 (0)