Commit 397d91222b985bbf8d2db46c2a9d4d8e5e6de916
1 parent
bd0c017e
[~] remove debug print in get_mb_DB_id()
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
web/web_arg_utils.anubis
| @@ -141,7 +141,7 @@ public define Maybe(DB_id) | @@ -141,7 +141,7 @@ public define Maybe(DB_id) | ||
| 141 | { | 141 | { |
| 142 | not_found then failure, | 142 | not_found then failure, |
| 143 | found(value) then | 143 | found(value) then |
| 144 | - println("get_mb_DB_id value '"+value+"'"); | 144 | + //println("get_mb_DB_id value '"+value+"'"); |
| 145 | //Check if value is none which means no id provided | 145 | //Check if value is none which means no id provided |
| 146 | if value="none" then | 146 | if value="none" then |
| 147 | success(none) | 147 | success(none) |