Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 022704a

Browse files
committed
Remove unnecessary debugging.
1 parent d69ce85 commit 022704a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/selfie-lib/selfie_lib/SnapshotValueReader.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import base64
22

33
from abc import ABC, abstractmethod
4-
from operator import ne
54
from typing import Union
65
from .PerCharacterEscaper import PerCharacterEscaper
76
from .ParseException import ParseException
@@ -116,7 +115,6 @@ def __scan_value(self, consumer):
116115
nextLine is not None
117116
and nextLine.find(SnapshotValueReader.KEY_FIRST_CHAR) != 0
118117
):
119-
debug = nextLine.find(SnapshotValueReader.KEY_FIRST_CHAR) != 0
120118
self.__reset_line()
121119
consumer(nextLine)
122120
nextLine = self.__next_line()

0 commit comments

Comments
 (0)