Skip to content

Commit 14aefaf

Browse files
yasirfolio3jaeopt
andauthored
Update Sources/Customization/DefaultDatafileHandler.swift
Co-authored-by: Jae Kim <45045038+jaeopt@users.noreply.github.com>
1 parent 8b915f6 commit 14aefaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Customization/DefaultDatafileHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ open class DefaultDatafileHandler: OPTDatafileHandler {
168168
}
169169
return data
170170
} catch {
171-
print("Error deserializing datafile: \(error.localizedDescription)")
171+
self.logger.w("Error deserializing datafile: \(error.localizedDescription)")
172172
}
173173
}
174174

0 commit comments

Comments
 (0)