From 144bf75d0706e80b93a5dc5133fb227110da142d Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Mon, 7 Mar 2022 00:51:21 +0100 Subject: [PATCH] removed print from draw --- exquisite_branch/draw.py | 1 - 1 file changed, 1 deletion(-) diff --git a/exquisite_branch/draw.py b/exquisite_branch/draw.py index 1891cb6..c8adfa1 100644 --- a/exquisite_branch/draw.py +++ b/exquisite_branch/draw.py @@ -66,7 +66,6 @@ def last(): (content, parent, branch, username) ) db.commit() - print(url_for('share.share', branch=f"{branch}")) return redirect(url_for('share.share', branch=branch)) return render_template('draw.html', parent=parent, content=previous['content'], branch=branch)