Skip to content

Commit

Permalink
ref: simplify the log
Browse files Browse the repository at this point in the history
  • Loading branch information
lumpinif committed Nov 21, 2024
1 parent 1f83212 commit a09f12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/utils/domUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const findElement = async (
const element = await waitForElement(selector);
if (element) {
console.log(
`[Coursera Copilot] Found element using selector: ${selector}`
"[Coursera Copilot] Found element using the selector"
);
return element;
}
Expand Down

0 comments on commit a09f12a

Please sign in to comment.