Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 467d1a5

Browse files
committed
removed debug message that could cause confusion
1 parent 8c6f7c7 commit 467d1a5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/core/convert.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ def urlencode(value, safe="%&=", convall=False, limit=False):
111111

112112
if limit and len(result) > URLENCODE_CHAR_LIMIT:
113113
if count >= len(URLENCODE_FAILSAFE_CHARS):
114-
dbgMsg = "failed to fully shorten urlencoding value"
115-
logger.debug(dbgMsg)
116114
break
117115

118116
while count < len(URLENCODE_FAILSAFE_CHARS):

0 commit comments

Comments
 (0)