Skip to content

Commit 0df874f

Browse files
committed
Remove extra print statements
1 parent 803abdf commit 0df874f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modelspec/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,10 @@ def evaluate(
264264

265265
if type(expr) == str:
266266
try:
267-
print(1)
268267
if array_format == FORMAT_TENSORFLOW:
269268
expr = tf.constant(int(expr))
270269
else:
271270
expr = int(expr)
272-
print(2)
273271
except:
274272

275273
try:

0 commit comments

Comments
 (0)