Skip to content

Commit

Permalink
rm logs
Browse files Browse the repository at this point in the history
  • Loading branch information
roppazvan committed Nov 22, 2024
1 parent 741e57c commit 25cb6ab
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,8 @@ export function useTokensStudio() {
async (context: TokensStudioCredentials): Promise<RemoteResponseData> => {
try {
const storage = storageClientFactory(context);
console.log('storage', storage);
const data = await storage.retrieve();

console.log('data retrieved bro', data);

if (!data || data.status === 'failure') {
throw new Error(data?.errorMessage);
}
Expand Down

0 comments on commit 25cb6ab

Please sign in to comment.