From cb93e9583da06462f336e5b6f398806b28512058 Mon Sep 17 00:00:00 2001 From: Mauricio Giacomini Girardello <mauriciogiacomini4@gmail.com> Date: Mon, 16 Nov 2015 10:57:45 -0200 Subject: [PATCH] remove debug code --- app/repositories/orient_db/subject_repository.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/repositories/orient_db/subject_repository.rb b/app/repositories/orient_db/subject_repository.rb index 608f0daae..a7601ebe7 100644 --- a/app/repositories/orient_db/subject_repository.rb +++ b/app/repositories/orient_db/subject_repository.rb @@ -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 -- GitLab