Skip to content

Commit 3d69711

Browse files
committed
.
1 parent d722feb commit 3d69711

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

devtracker.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
set :google_recaptcha_publicKey, ENV["GOOGLE_PUBLIC_KEY"]
8686
set :google_recaptcha_privateKey, ENV["GOOGLE_PRIVATE_KEY"]
8787

88-
set :raise_errors, true
88+
set :raise_errors, false
8989
set :show_exceptions, false
90-
set :log_api_calls, true
90+
set :log_api_calls, false
9191

9292
set :devtracker_page_title, ''
9393
#####################################################################

0 commit comments

Comments
 (0)