mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Removing logging
This commit is contained in:
parent
bffee2d4c3
commit
d403b86690
@ -54,7 +54,6 @@ exports.default = async function(options) {
|
||||
return new Promise((resolve, reject) => {
|
||||
const args = ['sign'].concat(computeSignToolArgs(options, keyContainer));
|
||||
|
||||
console.log("Running signtool with args", args);
|
||||
execFile('signtool', args, {}, (error, stdout) => {
|
||||
if (error) {
|
||||
console.error("signtool failed with code " + error);
|
||||
|
Loading…
Reference in New Issue
Block a user