Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed May 29, 2023
1 parent d862362 commit 2d1805d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyomo/repn/tests/ampl/test_nlv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,8 +989,6 @@ def OBJ(m):
OUT = io.StringIO()
with LoggingIntercept() as LOG:
nl_writer.NLWriter().write(m, OUT, symbolic_solver_labels=True)
m.pprint()
print(OUT.getvalue())
self.assertEqual(LOG.getvalue(), "")
self.assertEqual(
*nl_diff(
Expand Down

0 comments on commit 2d1805d

Please sign in to comment.