Skip to content

Commit 7eb702d

Browse files
Naoto Onoko1
authored andcommitted
Remove useless if statement
Because this expression is already checked in the previous process.
1 parent a6fc579 commit 7eb702d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/debug/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def chrome_setup
347347
require_relative 'server_cdp'
348348

349349
unless @chrome_pid = UI_CDP.setup_chrome(@addr)
350-
DEBUGGER__.warn <<~EOS if CONFIG[:open_frontend] == 'chrome'
350+
DEBUGGER__.warn <<~EOS
351351
With Chrome browser, type the following URL in the address-bar:
352352
353353
devtools://devtools/bundled/inspector.html?v8only=true&panel=sources&ws=#{@addr}/#{SecureRandom.uuid}

0 commit comments

Comments
 (0)