Skip to content

Commit

Permalink
remove a byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
anshizzle committed Dec 10, 2018
1 parent 0fcee64 commit bbce01d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion lib/neo4j/rake_tasks/windows_server_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def extract!(zip_path)
FileUtils.mkdir_p(File.dirname(f_path))
begin
file.extract(f_path) unless File.exist?(f_path)
rescue StandardError
rescue
puts "#{file.name} failed to extract."
end
end
Expand Down
3 changes: 0 additions & 3 deletions spec/starnix_server_manager_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require 'neo4j-core'
require 'open-uri'

require 'byebug'
require 'neo4j/rake_tasks/starnix_server_manager'

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

byebug

server_manager.start
end

Expand Down

0 comments on commit bbce01d

Please sign in to comment.