Skip to content

Commit 50d109c

Browse files
committed
removed unwanted print
1 parent 30b1c7a commit 50d109c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py4web/utils/form.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def __init__(self, input_type="datetime-local"):
9595
self.input_type = input_type
9696

9797
def make(self, field, value, error, title, placeholder="", readonly=False):
98-
print("value=", value)
9998
return INPUT(
10099
_value=""
101100
if value is None

0 commit comments

Comments
 (0)