diff --git a/model/utils.anubis b/model/utils.anubis index 23336ef..ea47870 100644 --- a/model/utils.anubis +++ b/model/utils.anubis @@ -24,7 +24,7 @@ define Maybe(HK_Table) [] then failure, //table not found [h. t] then since h is hk_table(name, _, _, _), - println("testing "+table_name+" "+prefix+name); + //println("testing "+table_name+" "+prefix+name); if table_name = prefix+name then success(h) else -- libgit2 0.21.4