We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0e89d commit 87c1750Copy full SHA for 87c1750
1 file changed
client/src/features/legacy/LegacyRoot.tsx
@@ -19,6 +19,5 @@
19
import NoLegacySupport from "./NoLegacySupport";
20
21
export default function LegacyRoot() {
22
- console.log("legacy");
23
return <NoLegacySupport />;
24
}
0 commit comments