summaryrefslogtreecommitdiff
path: root/scanner.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-01-28 09:56:25 +0100
committerAnthon van der Neut <anthon@mnt.org>2017-01-28 09:56:25 +0100
commit7c72a605d4c7a4c5049ebf78938984085e673ab8 (patch)
tree792d0c2caab1febbabdceccf7f3219f0afe38f3a /scanner.py
parent11007775fff4348df2f301b5082d1508a8d57804 (diff)
downloadruamel.yaml-7c72a605d4c7a4c5049ebf78938984085e673ab8.tar.gz
fix spurious comment line0.13.13
Diffstat (limited to 'scanner.py')
-rw-r--r--scanner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scanner.py b/scanner.py
index a925fc3..95e9d0a 100644
--- a/scanner.py
+++ b/scanner.py
@@ -1601,7 +1601,6 @@ class RoundTripScanner(Scanner):
# empty line within indented key context
# no need to update end-mark, that is not used
value = value[:-1]
- print('comment', repr(value))
self.tokens.append(CommentToken(value, start_mark, end_mark))
# scanner