Remove extraneous print statement
This commit is contained in:
parent
41c621d1ee
commit
0293fa9d4c
|
@ -12,7 +12,6 @@ cscUri = "http://csclub.uwaterloo.ca/xsltproc"
|
|||
def cscEncodeForUri(ctx, str):
|
||||
if type(str) == type([]):
|
||||
str = libxml2.xmlNode(str[0]).getContent()
|
||||
print urllib.quote(str)
|
||||
return urllib.quote(str)
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue