mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-06-07 08:01:38 +00:00
Cleanup traces further
This commit is contained in:
@@ -59,7 +59,6 @@ class StringStream extends SuperCoolStream<string> {
|
||||
return this.peekItem(...args);
|
||||
}
|
||||
|
||||
@traceSync('StringStream.readChar')
|
||||
public readChar(...args: any[]) {
|
||||
return this.readItem(...args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user