diff --git a/server.rb b/server.rb index d7482b9..acc9ffd 100755 --- a/server.rb +++ b/server.rb @@ -17,7 +17,7 @@ require 'json' require 'sinatra' # allow dumping crashes in browser -DEBUG = true +DEBUG = false # maximum number of parts returned PARTS_LIMIT = 100 # credentials for database