summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index be16413..18a21d7 100644
--- a/application.rb
+++ b/application.rb
@@ -89,7 +89,6 @@ post '/?' do
else
halt 404, "MIME type \"#{request.content_type}\" not supported."
end
- LOGGER.debug "Saving dataset #{dataset.uri}."
begin
dataset.save
rescue => e