Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
infrar committed Jan 15, 2021
1 parent fcc82ea commit 949dfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heap-plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function (context, options) {
/* other lifecycle API */
injectHtmlTags() {
let heapId = process.env.HEAP_ID;
console.log({ heapId });

return {
headTags: [
{
Expand Down

1 comment on commit 949dfd1

@contour-documentation
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is the documentation corresponding to this pull request 😃. Any changes made in the documentation will correspond to the head of this branch.

While this process isn't mandatory, are your changes hard to understand just from reading the code? If so, review the documentation here!.

Please sign in to comment.