remove pretty printing of bytes (unstable between minor versions)

This commit is contained in:
Erik Krogh Kristensen
2020-10-12 22:32:25 +02:00
parent 9b7c59f4b4
commit 9604705f64

View File

@@ -539,8 +539,6 @@ private module PrettyPrinting {
or
result = "`" + a.(Repr).getValue() + "`"
or
result = "b' " + a.(Bytes).getS() + "'"
or
a instanceof Ellipsis and result = "..."
or
result = a.(Num).toString()