Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit b5486fb

Browse files
author
wimo7083
committed
remove print calls
1 parent 62b81a9 commit b5486fb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/tasks/schools_from_yml.rake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ namespace :schools do
3030
puts message
3131
Rails.logger.error message
3232
end
33-
34-
# p "Created #{CodeSchool.count} code schools"
35-
# p "Created #{Location.count} locations"
3633
end
3734
end
3835
end

test/models/request_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
class RequestTest < ActiveSupport::TestCase
44
test 'the truth' do
55
create(:request)
6-
# p request.requested_mentor
76
end
87

98
end

0 commit comments

Comments
 (0)