Skip to content
Snippets Groups Projects
Commit d887fea3 authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

remove print from orientdb task

parent 6647f5c2
No related branches found
No related tags found
No related merge requests found
......@@ -62,10 +62,10 @@ namespace :orientdb do
lo.attributes << attribute
end
end
p lo_repo.create_relations(lo)
lo_repo.create_relations(lo)
end
offset += limit
end
end
......@@ -82,4 +82,4 @@ namespace :orientdb do
hash
end
end
\ No newline at end of file
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