We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b1c7a commit 50d109cCopy full SHA for 50d109c
py4web/utils/form.py
@@ -95,7 +95,6 @@ def __init__(self, input_type="datetime-local"):
95
self.input_type = input_type
96
97
def make(self, field, value, error, title, placeholder="", readonly=False):
98
- print("value=", value)
99
return INPUT(
100
_value=""
101
if value is None
0 commit comments