mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
remove pretty printing of bytes (unstable between minor versions)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user