Skip to content

Commit

Permalink
remove debug logger from integration test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
anitarua committed Jul 31, 2024
1 parent 84e1589 commit 9045898
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import {
LeaderboardConfigurations,
PreviewStorageClient,
StorageConfigurations,
DefaultMomentoLoggerFactory,
DefaultMomentoLoggerLevel,
} from '../../src';
import {ICacheClient} from '@gomomento/sdk-core/dist/src/clients/ICacheClient';
import {ITopicClient} from '@gomomento/sdk-core/dist/src/clients/ITopicClient';
Expand Down Expand Up @@ -149,9 +147,7 @@ function momentoTopicClientForTesting(): TopicClient {

function momentoStorageClientForTesting(): PreviewStorageClient {
return new PreviewStorageClient({
configuration: StorageConfigurations.Laptop.latest(
new DefaultMomentoLoggerFactory(DefaultMomentoLoggerLevel.DEBUG)
),
configuration: StorageConfigurations.Laptop.latest(),
credentialProvider: integrationTestCacheClientProps().credentialProvider,
});
}
Expand Down

0 comments on commit 9045898

Please sign in to comment.