Skip to content

Commit 949dfd1

Browse files
committed
remove debug logging
1 parent fcc82ea commit 949dfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heap-plugin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = function (context, options) {
1212
/* other lifecycle API */
1313
injectHtmlTags() {
1414
let heapId = process.env.HEAP_ID;
15-
console.log({ heapId });
15+
1616
return {
1717
headTags: [
1818
{

0 commit comments

Comments
 (0)