Skip to content

Commit bbce01d

Browse files
committed
remove a byebug
1 parent 0fcee64 commit bbce01d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/neo4j/rake_tasks/windows_server_manager.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def extract!(zip_path)
3939
FileUtils.mkdir_p(File.dirname(f_path))
4040
begin
4141
file.extract(f_path) unless File.exist?(f_path)
42-
rescue StandardError
42+
rescue
4343
puts "#{file.name} failed to extract."
4444
end
4545
end

spec/starnix_server_manager_spec.rb

-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
require 'neo4j-core'
55
require 'open-uri'
66

7-
require 'byebug'
87
require 'neo4j/rake_tasks/starnix_server_manager'
98

109
BASE_PATHNAME = Pathname.new(File.expand_path(__dir__))
@@ -177,8 +176,6 @@ def install(server_manager, edition = 'community-latest')
177176
server_manager.config_auth_enabeled!(false)
178177
server_manager.config_port!(neo4j_port)
179178

180-
byebug
181-
182179
server_manager.start
183180
end
184181

0 commit comments

Comments
 (0)