Skip to content
Snippets Groups Projects
Commit cb93e958 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

remove debug code

parent 54ed7bff
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ module OrientDb
end
def update(id, operation, atributte, new_value)
puts "update #{id} #{operation} #{atributte} = #{new_value}"
connection.command "update #{id} #{operation} #{atributte} = #{new_value}"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment