Skip to content

Commit

Permalink
removes console.log
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
  • Loading branch information
ps48 committed Mar 19, 2024
1 parent 03d110b commit 62e0a08
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ export const isEitherObjectCacheEmpty = (dataSourceName: string, databaseName: s
const dsCache = catalogCacheRefs.CatalogCacheManager!.getOrCreateAccelerationsByDataSource(
dataSourceName
);
console.log('dbCache.status', dbCache.status);
console.log('dsCache.status', dsCache.status);
return (
dbCache.status === CachedDataSourceStatus.Empty ||
dsCache.status === CachedDataSourceStatus.Empty ||
Expand Down

0 comments on commit 62e0a08

Please sign in to comment.