Commit bacee7d00c2b6141bca47927da9f3f7398fc7135
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 | 24 | [] then failure, //table not found |
| 25 | 25 | [h. t] then |
| 26 | 26 | since h is hk_table(name, _, _, _), |
| 27 | - println("testing "+table_name+" "+prefix+name); | |
| 27 | + //println("testing "+table_name+" "+prefix+name); | |
| 28 | 28 | if table_name = prefix+name then |
| 29 | 29 | success(h) |
| 30 | 30 | else | ... | ... |