diff --git a/go/logic/applier.go b/go/logic/applier.go index 0325f1455..7690a8a47 100644 --- a/go/logic/applier.go +++ b/go/logic/applier.go @@ -106,12 +106,6 @@ func (this *Applier) InitDBConnections() (err error) { return nil } -// validateAndReadTimeZone potentially reads server time-zone -func (this *Applier) validateAndReadTimeZone() error { - this.migrationContext.Log.Infof("will use time_zone='%s' on applier", this.ServerInfo().TimeZone) - return nil -} - // generateSqlModeQuery return a `sql_mode = ...` query, to be wrapped with a `set session` or `set global`, // based on gh-ost configuration: // - User may skip strict mode