diff --git a/controller/hk_sql_utils.anubis b/controller/hk_sql_utils.anubis index 1854593..034f313 100644 --- a/controller/hk_sql_utils.anubis +++ b/controller/hk_sql_utils.anubis @@ -78,7 +78,7 @@ public define Int if sql_query_timeout(db, clause+";", [], "get_count_by_clause") is { error(sql_error) then println("get_count_by_full_clause SQL ERROR '"+ sql_error.text + "'\n clause ["+clause+";]");0, - ok(_, cursor, _) then println("get_count_by_full_clause OK ["+clause+"]");db_get_Int(cursor) + ok(_, cursor, _) then /*println("get_count_by_full_clause OK ["+clause+";]");*/db_get_Int(cursor) } . @@ -137,7 +137,7 @@ public define Float if sql_query_timeout(db, clause+";", [], "get_count_by_clause") is { error(sql_error) then println("get_count_by_full_clause SQL ERROR '"+ sql_error.text + "'\n clause ["+clause+";]");0.0, - ok(_, cursor, _) then println("get_count_by_full_clause OK ["+clause+"]");db_get_Float(cursor) + ok(_, cursor, _) then /*println("get_count_by_full_clause OK ["+clause+";]");*/db_get_Float(cursor) } . -- libgit2 0.21.4