Skip to content

Commit

Permalink
refactor: Change log to debug
Browse files Browse the repository at this point in the history
Co-authored-by: William Woodruff <william@yossarian.net>
  • Loading branch information
DanSM-5 and woodruffw authored Jan 22, 2024
1 parent 106135a commit f8f244b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ff2mpv.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ getOS().then(async (os) => {
}

const { type, url } = request;
console.info('Request from:', sender);
console.debug('Request from:', sender);

switch (type) {
case OPEN_VIDEO:
Expand Down

0 comments on commit f8f244b

Please sign in to comment.