Skip to content

Commit d882457

Browse files
committed
fix Base64
1 parent d577b78 commit d882457

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mathics/builtin/importexport.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2225,7 +2225,6 @@ class B64Encode(Builtin):
22252225

22262226
def apply(self, expr, evaluation):
22272227
"System`Convert`B64Dump`B64Encode[expr_]"
2228-
print(expr)
22292228
if isinstance(expr, String):
22302229
stringtocodify = expr.get_string_value()
22312230
elif expr.get_head_name() == "System`ByteArray":

0 commit comments

Comments
 (0)