remove a trace

This commit is contained in:
2024-01-27 13:18:25 -07:00
parent cd76b7af39
commit ba2079d96b

View File

@@ -145,9 +145,6 @@ class Stream {
recording += content.substr(0, count);
}
if (recordingType != Neither)
trace(recordingType);
switch (recordingType) {
case Both:
record();