Commit bacee7d00c2b6141bca47927da9f3f7398fc7135

Authored by David RENÉ
1 parent 7db7d1ac

remove debug message

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
model/utils.anubis
@@ -24,7 +24,7 @@ define Maybe(HK_Table) @@ -24,7 +24,7 @@ define Maybe(HK_Table)
24 [] then failure, //table not found 24 [] then failure, //table not found
25 [h. t] then 25 [h. t] then
26 since h is hk_table(name, _, _, _), 26 since h is hk_table(name, _, _, _),
27 - println("testing "+table_name+" "+prefix+name); 27 + //println("testing "+table_name+" "+prefix+name);
28 if table_name = prefix+name then 28 if table_name = prefix+name then
29 success(h) 29 success(h)
30 else 30 else