Skip to content

Commit be72286

Browse files
committed
Disable console.log for production
1 parent 01eee17 commit be72286

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
</head>
1414
<body>
1515
<div id="content"></div>
16+
<script type="text/javascript">
17+
console.log = function() {}
18+
</script>
1619
<script src="https://cdn.firebase.com/js/client/2.2.7/firebase.js"></script>
1720
<script src="build/app.js"></script>
1821
<script>

0 commit comments

Comments
 (0)