Skip to content

Commit 9c10cdb

Browse files
committed
remove unnecessary print
1 parent 9691d4f commit 9c10cdb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/datasync/pit_registering_salmon.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ def get_bearer_token():
265265
"password": BIOMARK_API_PWD,
266266
}
267267

268-
logger.info(payload)
269-
270268
response = requests.post(url, json=payload, headers=header, timeout=10)
271269
response.raise_for_status()
272270
token = response.json().get("access")

0 commit comments

Comments
 (0)