Skip to content

Commit

Permalink
chore: remove useless console
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Oct 24, 2023
1 parent ba4a7ea commit 4e4c7bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/views/SortHat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const SortHat = () => {
) {
const cache = (await wallet.getPageStateCache())!;
if (cache.path) {
console.log(cache);
// prevent path is empty then extension will stuck
setTo(cache.path + (cache.search || ''));
return;
Expand Down

0 comments on commit 4e4c7bb

Please sign in to comment.