Skip to content

Commit 892b030

Browse files
author
Fergus Bisset
committed
chore(lint): remove unused eslint-disable in NHSBehavioursInit
1 parent 5834ff6 commit 892b030

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nextjs/NHSBehavioursInit.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export function NHSBehavioursInit() {
3939
} catch {}
4040
}
4141
} catch (err) {
42-
// eslint-disable-next-line no-console
4342
console.error("NHSBehavioursInit: failed to load behaviours", err);
4443
}
4544
})();

0 commit comments

Comments
 (0)