Commit 60aa3862 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Remove print statement

parent 079951ad
......@@ -1343,7 +1343,7 @@ class AmoebaHarmonicBondGenerator:
self.hasBeenCalled = 1
countConstraint(data)
#countConstraint(data)
existing = [sys.getForce(i) for i in range(sys.getNumForces())]
existing = [f for f in existing if type(f) == mm.AmoebaHarmonicBondForce]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment