diff options
author | BonfaceKilz | 2022-05-24 11:46:23 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-05-27 15:17:52 +0300 |
commit | 592910c4d98e279ea3167f97300573a02fdc6914 (patch) | |
tree | 8eda6486a83762636ceddda031fa19cf1e95db2a /wqflask | |
parent | 26f32b288af841ec1cb41feb15aa946a24448f93 (diff) | |
download | genenetwork2-592910c4d98e279ea3167f97300573a02fdc6914.tar.gz |
Remove dead comment
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/metadata_edits.py | 2 |
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", |