Skip to content

Commit

Permalink
Remove the 'puts' debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
rorJeremy committed Oct 31, 2018
1 parent 3feb418 commit 67c0806
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions wcc-contentful-app/lib/wcc/contentful/app.rb
Expand Up @@ -26,13 +26,6 @@ def self.init!
end

def self.db_connected?
puts "WE ARE CHECKING THIS"
puts "WE ARE CHECKING THIS"
puts "WE ARE CHECKING THIS"
puts @db_connected
puts "WE ARE CHECKING THISZZ"
puts "WE ARE CHECKING THISZZ"
puts "WE ARE CHECKING THISZZ"
!!@db_connected
end
end

0 comments on commit 67c0806

Please sign in to comment.