diff --git a/Amplify/Categories/DataStore/Query/ModelKey.swift b/Amplify/Categories/DataStore/Query/ModelKey.swift index 744446e3f2..e96aaac354 100644 --- a/Amplify/Categories/DataStore/Query/ModelKey.swift +++ b/Amplify/Categories/DataStore/Query/ModelKey.swift @@ -44,7 +44,6 @@ extension CodingKey where Self: ModelKey { var columnName: String { guard let modelSchema: ModelSchema = ModelRegistry.modelSchema(from: modelName) else { - log.warn("Please upgrade to the latest version of Amplify CLI and rerun `amplify codegen models`") return stringValue } switch modelSchema.field(withName: stringValue)?.association {