Commit 5305be64 authored by Robert May's avatar Robert May Committed by Gary Holtz

Removing extra debugging message

parent f429a096
...@@ -15,7 +15,6 @@ module Gitlab ...@@ -15,7 +15,6 @@ module Gitlab
return false unless size.to_i > file_size_limit return false unless size.to_i > file_size_limit
puts "HEY #{file_size_limit}"
over_highlight_size_limit.increment(source: "file size: #{file_size_limit}") if Feature.enabled?(:track_file_size_over_highlight_limit) over_highlight_size_limit.increment(source: "file size: #{file_size_limit}") if Feature.enabled?(:track_file_size_over_highlight_limit)
true true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment