Skip to content

Commit

Permalink
delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Dec 3, 2024
1 parent a473d0d commit 58729f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion amplpy/tests/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def test_environment(self):

env1 = Environment()
env2 = Environment(os.curdir)
print(env1)
self.assertEqual(env2.get_bin_dir(), os.curdir)
env1.set_bin_dir(env2.get_bin_dir())
self.assertEqual(env1.get_bin_dir(), env1.get_bin_dir())
Expand Down

0 comments on commit 58729f8

Please sign in to comment.