summaryrefslogtreecommitdiff
path: root/comments.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-07-09 13:00:20 +0200
committerAnthon van der Neut <anthon@mnt.org>2019-07-09 13:00:20 +0200
commit04397f75e56cc2cf8a5948edd00c884460964fc5 (patch)
treeb9d8d8885cca69699dce6fa450a7a3d343229c30 /comments.py
parentcb9093c01168221da65f69f91b2c81bc15c471dd (diff)
downloadruamel.yaml-04397f75e56cc2cf8a5948edd00c884460964fc5.tar.gz
regenerate _ruamel_yaml.c with newest cython for 3.8.0b20.15.98
fixes issue #296
Diffstat (limited to 'comments.py')
-rw-r--r--comments.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/comments.py b/comments.py
index 063f1c2..e785ae7 100644
--- a/comments.py
+++ b/comments.py
@@ -336,7 +336,6 @@ class CommentedBase(object):
def yaml_set_anchor(self, value, always_dump=False):
# type: (Any, bool) -> None
- print('xxxxx')
self.anchor.value = value
self.anchor.always_dump = always_dump