Skip to content

Commit 6eed040

Browse files
committed
Remove commented out code for User 1 booking
1 parent b5bbd54 commit 6eed040

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/tasks/la_vague.rake

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ namespace :la_vague do
8484

8585
# Booking for both users
8686
begin
87-
puts "Booking for User 1..."
88-
book_for_user(ENV["LA_VAGUE_USERNAME_LIONEL"], ENV["LA_VAGUE_PASSWORD_LIONEL"])
89-
puts "Successfully booked for User 1."
87+
# puts "Booking for User 1..."
88+
# book_for_user(ENV["LA_VAGUE_USERNAME_LIONEL"], ENV["LA_VAGUE_PASSWORD_LIONEL"])
89+
# puts "Successfully booked for User 1."
9090

91-
sleep 10
91+
# sleep 10
9292

9393
puts "Booking for User 2..."
9494

0 commit comments

Comments
 (0)