Skip to content

Commit

Permalink
Removed buggy logging
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohamedin committed Jan 18, 2024
1 parent 29d6a21 commit 84c6144
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/fuses.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ const builder = require('electron-builder');

async function addElectronFuses(context)
{
console.log(JSON.stringify(context));

const { appOutDir, packager: { appInfo: { productFilename } }, electronPlatformName, arch } = context;

const ext = {
Expand Down

1 comment on commit 84c6144

@davidjgraph
Copy link
Contributor

Choose a reason for hiding this comment

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

Please sign in to comment.