Skip to content

Commit

Permalink
minor nit
Browse files Browse the repository at this point in the history
Removing variable that is no longer used
  • Loading branch information
Humblemonk committed Jun 18, 2024
1 parent bec273d commit bddb9df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dice_maiden.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
@launch_option = ARGV[1].to_s
@prefix = ''
@check = ''
@request_option = false

# open connection to sqlite db and set timeout to 10s if the database is busy
if @launch_option == 'lite'
Expand Down

0 comments on commit bddb9df

Please sign in to comment.