Skip to content

Commit 7105db6

Browse files
committed
removed a print line from server.py
1 parent 21a4cf4 commit 7105db6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def do_POST(self):
4949

5050
# Save the data
5151
comments.append({u"author": form.getfirst("author"), u"text": form.getfirst("text")})
52-
print comments
5352
# Write to file
5453
file = open('_comments.json', 'w+')
5554
file.write(json.dumps(comments))

0 commit comments

Comments
 (0)