refactor: remove forgotten log (#11912)

This commit is contained in:
Alex Rudenko 2024-02-13 18:10:05 +01:00 committed by GitHub
parent 9193832a2b
commit 6cd0ce75d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,7 +143,6 @@ export class BidiFrame extends Frame {
return;
}
if (isConsoleLogEntry(entry)) {
console.log(entry.args);
const args = entry.args.map(arg => {
return this.mainRealm().createHandle(arg);
});