Skip to content

Commit

Permalink
Remove redundant initializer printout
Browse files Browse the repository at this point in the history
This is causing a linting error and is common knowledge. We don't
need to print it out.
  • Loading branch information
Ben Thorner committed May 22, 2020
1 parent 43d373e commit 147e4c4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/initializers/govuk_publishing_components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,3 @@
c.component_guide_title = "Government Frontend Component Guide"
c.application_print_stylesheet = "print"
end

if Rails.env.development?
startup_message = "=> government-frontend component guide available at: /component-guide"
color_blue = 36

# https://stackoverflow.com/questions/1489183/colorized-ruby-output
puts "\e[#{color_blue}m#{startup_message}\e[0m"
end

0 comments on commit 147e4c4

Please sign in to comment.