mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
refactor: remove forgotten log (#11912)
This commit is contained in:
parent
9193832a2b
commit
6cd0ce75d0
@ -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);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user