Skip to content
Snippets Groups Projects
Commit b7df46b4 authored by jojohoch's avatar jojohoch
Browse files

[player] Enable logs in standalone production mode

parent ac35f462
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ import { environment } from './environments/environment';
if (environment.production) {
enableProdMode();
if (window) {
if (window && window !== window.parent) {
window.console.log = () => {};
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment