Skip to content

Commit 388e4f1

Browse files
authored
test(logger): remove outdated comment (renovatebot#41352)
Which should've been removed in 938829d.
1 parent 8c1899d commit 388e4f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/logger/once.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ describe('logger/once', () => {
104104
const debug = vi.spyOn(logger, 'debug');
105105

106106
function doSomething(s: string) {
107-
// the `once` call is only based on what file+line the function is called from, so this will only be called the first time, regardless of parameters
108107
logger.once.debug({ param: s }, s);
109108
logger.once.debug(s);
110109
}

0 commit comments

Comments
 (0)