about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBonfaceKilz2022-05-24 11:46:23 +0300
committerBonfaceKilz2022-05-27 15:17:52 +0300
commit592910c4d98e279ea3167f97300573a02fdc6914 (patch)
tree8eda6486a83762636ceddda031fa19cf1e95db2a
parent26f32b288af841ec1cb41feb15aa946a24448f93 (diff)
downloadgenenetwork2-592910c4d98e279ea3167f97300573a02fdc6914.tar.gz
Remove dead comment
-rw-r--r--wqflask/wqflask/metadata_edits.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/wqflask/wqflask/metadata_edits.py b/wqflask/wqflask/metadata_edits.py
index d7aeb310..101e6949 100644
--- a/wqflask/wqflask/metadata_edits.py
+++ b/wqflask/wqflask/metadata_edits.py
@@ -746,8 +746,6 @@ def show_case_attribute_columns():
                 i_["author"] = author
                 i_["id"] = id_
                 inserts.append(i_)
-    # import pudb; pu.db
-
     with database_connection() as cursor:
         return render_template(
             "case_attributes.html",