From b5a988ed00b8d9a1d82d4b790b0deba3dbaac952 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Tue, 14 May 2024 15:55:55 +0100 Subject: [PATCH] remove debug --- spinnman_integration_tests/test_job.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/spinnman_integration_tests/test_job.py b/spinnman_integration_tests/test_job.py index bc2e58be9..189324a25 100644 --- a/spinnman_integration_tests/test_job.py +++ b/spinnman_integration_tests/test_job.py @@ -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(