Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 14, 2024
1 parent 853aa89 commit b5a988e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spinnman_integration_tests/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ def setUp(self):
self.spalloc_machine = "SpiNNaker1M"
self.spalloc_user = os.environ["SPALLOC_USER"]
self.spalloc_password = os.environ["SPALLOC_PASSWORD"]
a = "X" + self.spalloc_user + "X"
b = "X" + self.spalloc_password + "X"
print (f"!{a=}!, !{b=}!")

def test_create_job(self):
client = SpallocClient(
Expand Down

0 comments on commit b5a988e

Please sign in to comment.