Skip to content

Commit

Permalink
Remove unused warn()
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Dec 19, 2024
1 parent 2033d44 commit eee6bf2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions plugins/image-prioritizer/detect.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,6 @@ function log( ...message ) {
console.log( consoleLogPrefix, ...message );
}

/**
* Logs a warning.
*
* @since 0.3.0
*
* @param {...*} message
*/
function warn( ...message ) {
// eslint-disable-next-line no-console
console.warn( consoleLogPrefix, ...message );
}

/**
* Initializes extension.
*
Expand Down

0 comments on commit eee6bf2

Please sign in to comment.