Skip to content

Commit

Permalink
chore: change console.warn to console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
HADB committed Jul 24, 2024
1 parent ae2eb16 commit 641be80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/easydict.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export default function (props: LaunchProps<{ arguments: EasydictArguments }>) {
// ignore the first inputChange event to avoid lost queryText argument
if (!isInputChanged) {
setInputChangedState(true);
console.warn("ignore first inputChange event");
console.log("ignore first inputChange event");
return;
}
updateInputTextAndQueryText(text, true);
Expand Down

0 comments on commit 641be80

Please sign in to comment.