no need for Inspector timezone; it is irrelevant

This commit is contained in:
Shlomi Noach 2016-10-13 13:08:41 +02:00
parent f988309800
commit d80694bdac

View File

@ -206,7 +206,6 @@ func main() {
log.Errore(err)
}
if *timeZone != "" {
migrationContext.InspectorTimeZone = *timeZone
migrationContext.ApplierTimeZone = *timeZone
}