Skip to content

Commit

Permalink
removed debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Jul 24, 2024
1 parent 788f5eb commit f4e0274
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export class DwnServerInfoCacheMemory implements DwnServerInfoCache {
* @returns The cached DWN ServerInfo entry or undefined if not found or expired.
*/
public async get(dwnUrl: string): Promise<ServerInfo| undefined> {
console.log('renaming time for', dwnUrl, 'is:', this.cache.getRemainingTTL(dwnUrl));
return this.cache.get(dwnUrl);
}

Expand Down

0 comments on commit f4e0274

Please sign in to comment.