Skip to content

Commit

Permalink
fix: remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
d0kur0 committed Sep 21, 2023
1 parent 4e58294 commit 650f5d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vendors/fourChannel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ export const fourChannelFactory: VendorImplementation = props => {
})
);
} catch (error) {
console.warn(`fourChannel::fetchThreads error`);
console.error(error);
return [];
}
},
Expand Down

0 comments on commit 650f5d6

Please sign in to comment.