mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed rogue print
This commit is contained in:
parent
138e4d9a53
commit
143c105f87
1 changed files with 0 additions and 1 deletions
|
|
@ -1119,7 +1119,6 @@ _space = ord(" ")
|
||||||
class TildeEncoder(dict):
|
class TildeEncoder(dict):
|
||||||
# Keeps a cache internally, via __missing__
|
# Keeps a cache internally, via __missing__
|
||||||
def __missing__(self, b):
|
def __missing__(self, b):
|
||||||
print("b is ", b)
|
|
||||||
# Handle a cache miss, store encoded string in cache and return.
|
# Handle a cache miss, store encoded string in cache and return.
|
||||||
if b in _TILDE_ENCODING_SAFE:
|
if b in _TILDE_ENCODING_SAFE:
|
||||||
res = chr(b)
|
res = chr(b)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue