Skip to content

Commit b6de007

Browse files
committed
chore: Remove unused warning
see #56.
1 parent 191919d commit b6de007

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gw2-ui/api_typecheck.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ const CACHE = '../gw2apicache';
1919
const TYPEGUARD_OUTPUT_DIR = './src/gw2api/typeguards/out';
2020

2121
async function run() {
22-
console.warn(
23-
'Remember to change src/gw2api/types/items/item.ts before running this!',
24-
);
2522
console.log('Generating type guards');
2623
// Just compiling these with tsc is not enough
2724
let bundle = await rollup({

0 commit comments

Comments
 (0)