Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan McCartney committed Nov 15, 2023
1 parent db361ce commit 31f4b32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/decklink-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = async () => {

if (decklink) {
const items = decklink.split(" ");
console.log(items);
decklinkObject.version = items[2].trim();
decklinkObject.arch = items[5].trim();
decklinkObject.name = items[6].trim();
Expand Down

0 comments on commit 31f4b32

Please sign in to comment.