Skip to content

Commit 51208b7

Browse files
committed
remove console.log()
1 parent 728df66 commit 51208b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/testHelpers/users/apiTokenHelper.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ export const createApiTokenViaApi = async (
2727
await axios.put(`${TestConstants.TEST_API_URL}/admin/superuser/${userName}`, 'true')
2828
}
2929
return token
30-
} catch (error: Error | any) {
31-
console.log(error.message)
32-
30+
} catch (error) {
3331
throw new Error(`Error while creating API token`)
3432
}
3533
}

0 commit comments

Comments
 (0)