Skip to content

Commit

Permalink
Remove debugging logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Dec 31, 2024
1 parent b67a9e3 commit bf52cc6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/meteor/client/providers/AppsProvider/AppsProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ const AppsProvider = ({ children }: AppsProviderProps) => {

useEffect(() => {
if (instance.data && marketplace.data) {
console.log('----------- AppsProvider -----------');
console.log('marketplace', marketplace);
console.log('instance', instance);
console.log('\n\n');

queryClient.invalidateQueries({
queryKey: ['marketplace', 'apps-stored'],
});
Expand Down

0 comments on commit bf52cc6

Please sign in to comment.