From 906e9f56447dbe1e516f937efeeef2023f95082e Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 20 Oct 2021 14:18:15 +1100 Subject: [PATCH] cleanup afterpackhook useless logs --- build/afterPackHook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/afterPackHook.js b/build/afterPackHook.js index 9dd79b59e..4ef6b972a 100644 --- a/build/afterPackHook.js +++ b/build/afterPackHook.js @@ -20,7 +20,7 @@ module.exports = async function(context) { console.log('AppImage', isAppImage); if (!isAppImage) { - console.log('afterPack hook not triggered as this is not an appImage build:', context); + console.log('afterPack hook not triggered as this is not an appImage build'); return; }