Skip to content

Commit 9f6327f

Browse files
committed
remove console
1 parent d3b1238 commit 9f6327f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/data-loaders/tester.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,6 @@ export function testDefineLoader<Context = void>(
11061106
it(`nested loader correctly aborts top level loader`, async () => {
11071107
const alwaysAbortsLoader = loaderFactory({
11081108
fn: async () => {
1109-
console.log('BBB')
11101109
const controller = new AbortController()
11111110
controller.abort()
11121111
controller.signal.throwIfAborted()
@@ -1116,8 +1115,6 @@ export function testDefineLoader<Context = void>(
11161115
key: 'nested',
11171116
})
11181117

1119-
console.log('HUUUh', alwaysAbortsLoader)
1120-
11211118
const rootLoader = loaderFactory({
11221119
fn: async () => {
11231120
const data = await alwaysAbortsLoader()

0 commit comments

Comments
 (0)