Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-gupta7 committed Oct 11, 2024
1 parent 5545e56 commit 015ff32
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ const SyncSettings = () => {

const handleProviderClick = React.useCallback(
(provider: StorageProviderType) => () => {
console.log('api providers,', apiProviders);
setOpen(false);
setStorageProvider(provider);
handleShowAddCredentials(provider);
Expand Down

0 comments on commit 015ff32

Please sign in to comment.