Skip to content

Commit a55c086

Browse files
committed
remove unwanted comments
1 parent 85dc667 commit a55c086

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/class_sqlThread.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ def check_columns_can_store_binary_null(self): # pylint: disable=too-many-local
146146
# too-many-branches, too-many-statements
147147
"""
148148
Check if sqlite can store binary zeros.
149-
Are you hoping to add a new option to the keys.dat file of existing
150-
Bitmessage users or modify the SQLite database? Add it right
151149
"""
152150
try:
153151
testpayload = '\x00\x00'

0 commit comments

Comments
 (0)