Removing logging entry

This commit is contained in:
Gareth J. Greenaway 2019-04-05 12:10:15 -07:00
parent 71cd303a8f
commit 2767984899
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -135,7 +135,6 @@ class SaltYamlSafeLoader(yaml.SafeLoader):
orig_line = self.line
orig_column = self.column
orig_pointer = self.pointer
log.warning('=== Handling unicode literal string ===')
try:
return super(SaltYamlSafeLoader, self).fetch_plain()
except yaml.scanner.ScannerError as exc: