Skip to content

Commit 105a2ac

Browse files
committed
remove prints
1 parent db23a27 commit 105a2ac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

example_nodes/wrappers/math.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,22 @@
1010

1111

1212
def pi():
13-
print('pi', _pi)
1413
return _pi
1514

1615

1716
def e():
18-
print('e', _e)
1917
return _e
2018

2119

2220
def tau():
23-
print('tau', _tau)
2421
return _tau
2522

2623

2724
def inf():
28-
print('inf', _inf)
2925
return _inf
3026

3127

3228
def nan():
33-
print('nan', _nan)
3429
return _nan
3530

3631

0 commit comments

Comments
 (0)