From df967934a046850c2f09dc6598d0f6b465a0d29a Mon Sep 17 00:00:00 2001 From: Fraxy V Date: Sun, 1 Sep 2024 11:29:49 +0300 Subject: [PATCH] next --- scripts/targets.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/targets.js b/scripts/targets.js index ff139e9..8a56e69 100644 --- a/scripts/targets.js +++ b/scripts/targets.js @@ -3,7 +3,6 @@ const { execSync } = require('child_process'); module.exports = (sources) => { let outputs = []; - console.log(sources); let commands = JSON.parse(fs.readFileSync('build/compile_commands.json', 'utf8')); for (let el of sources) { console.log(el);