summaryrefslogtreecommitdiff
path: root/comments.py
diff options
context:
space:
mode:
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