Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Oct 20, 2015
1 parent caca93b commit 1ab9b5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/neo4j-embedded/embedded_impermanent_session.rb
Expand Up @@ -9,7 +9,6 @@ module Embedded
class EmbeddedImpermanentSession < EmbeddedSession
def start
fail Error, 'Embedded Neo4j db is already running' if running?
puts 'Start test impermanent embedded Neo4j db'
@graph_db = Java::OrgNeo4jTest::TestGraphDatabaseFactory.new.newImpermanentDatabase
Neo4j::Session._notify_listeners(:session_available, self)
end
Expand Down

0 comments on commit 1ab9b5d

Please sign in to comment.