diff options
Diffstat (limited to 'src/site.clj')
| -rw-r--r-- | src/site.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site.clj b/src/site.clj index 0967431..45331c7 100644 --- a/src/site.clj +++ b/src/site.clj @@ -302,7 +302,7 @@ [:nick :hash :email] [nick hash email]) (let [db-user (fetch-nick nick)] - (send-registration-email nick email) + ; scott: taken out since we hit email limit (send-registration-email nick email) [(session-assoc-from-db db-user) (resp-success "OK")]))))) |
