1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-09 09:57:23 +03:00

Bug #4000: Remove comments

(cherry picked from commit 9b4f9f6c4ff4f8068ab89d6501ddcbf85d0c8ba7)
This commit is contained in:
Carlos Martín 2015-10-08 16:30:44 +02:00
parent f3ba7ee1db
commit 94a9ca2d0d

View File

@ -928,9 +928,6 @@ EOT
# - are not the last seq
@db.fetch("SELECT vid,seq FROM history WHERE (etime = 0 AND seq <> (SELECT MAX(seq) FROM history AS subhistory WHERE history.vid = subhistory.vid) )") do |row|
log_error("History record for VM #{row[:vid]} seq # #{row[:seq]} is not closed (etime = 0)", false)
# Aqui no hace falta modificar la VM, solo el history etime
end
log_time()