Skip to content

Commit

Permalink
Drop redundant output text
Browse files Browse the repository at this point in the history
  • Loading branch information
ncounter committed Oct 24, 2024
1 parent d035a55 commit d6ead47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/lib/tasks/dev/notifications.rake
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ namespace :dev do
end

repetitions.times do |repetition|
puts 'Creating entries for which a notification is automatically generated...'

package_name = "package_#{Time.now.to_i}_#{repetition}"
admin_package = create(:package_with_file, name: package_name, project: admin_home_project)
requestor_package = create(:package_with_file, name: admin_package.name, project: requestor_project)
Expand Down

0 comments on commit d6ead47

Please sign in to comment.