mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 17:43:00 -05:00
Remove log
Forgot to unstage
This commit is contained in:
@@ -248,7 +248,6 @@ const hostMessaging = new class HostMessaging {
|
||||
|
||||
window.addEventListener('message', (e) => {
|
||||
if (e.origin !== parentOrigin) {
|
||||
console.error('Skipping post m');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user