Skip to content

Commit 95ad851

Browse files
committed
left over debug codes removed
1 parent 2bdb614 commit 95ad851

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/header/create/install-mod.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ export const InstallMod = () => {
8787
modFileMeta.mod_file_path.replace('\\\\', '\\') ===
8888
modFilePath
8989
) {
90-
console.log(modFileMeta, 'meta??');
91-
console.log(modFilePath, 'modFilePath??');
9290
setURL(modFileMeta.mod_url ?? '');
9391
setPreviewURL(modFileMeta.preview_url ?? '');
9492
setVersion(modFileMeta.version ?? '');

0 commit comments

Comments
 (0)