From 0a4294777c4b3942c2a6dd3b39beef07b518d859 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 26 Jul 2023 15:49:44 +0300 Subject: Remove debug statement. --- gn3/db/metadata_audit.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gn3/db') diff --git a/gn3/db/metadata_audit.py b/gn3/db/metadata_audit.py index 1b6e8a9..697762e 100644 --- a/gn3/db/metadata_audit.py +++ b/gn3/db/metadata_audit.py @@ -58,7 +58,6 @@ def fetch_phenotype_metadata_audit_by_dataset_id(conn, dataset_id) -> tuple[dict "AND ma.json_diff_data LIKE '%%phenotype%%' " "ORDER BY time_stamp ASC", {"dataset_id": dataset_id}) - __pk__(cursor._executed, "THE RUN QUERY") return tuple(__parse_metadata_audit__(row) for row in cursor.fetchall()) def fetch_probeset_metadata_audit_by_trait_name(conn, trait_name) -> tuple[dict, ...]: -- cgit 1.4.1