We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdb614 commit 95ad851Copy full SHA for 95ad851
src/header/create/install-mod.tsx
@@ -87,8 +87,6 @@ export const InstallMod = () => {
87
modFileMeta.mod_file_path.replace('\\\\', '\\') ===
88
modFilePath
89
) {
90
- console.log(modFileMeta, 'meta??');
91
- console.log(modFilePath, 'modFilePath??');
92
setURL(modFileMeta.mod_url ?? '');
93
setPreviewURL(modFileMeta.preview_url ?? '');
94
setVersion(modFileMeta.version ?? '');
0 commit comments