mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removing logging entry
This commit is contained in:
parent
71cd303a8f
commit
2767984899
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue