Back off twitter logging now that geotagging seems to work.

This commit is contained in:
John Wiseman 2019-12-21 12:17:58 -08:00
parent 9c17f86f53
commit 24ab89d6a6

View File

@ -47,5 +47,5 @@
:display_coordinates true
}))
result (js->clj result :keywordize-keys true)]
(log-info "Tweet posted: %s" result)
(log-debug "Tweet posted: %s" result)
result))))