Cleanup traces further

This commit is contained in:
MTRNord
2023-07-21 14:03:46 +02:00
parent 8c7661e968
commit 4bd1990507
@@ -59,7 +59,6 @@ class StringStream extends SuperCoolStream<string> {
return this.peekItem(...args);
}
@traceSync('StringStream.readChar')
public readChar(...args: any[]) {
return this.readItem(...args);
}