Skip to content

Commit 421413c

Browse files
committed
chore: remove prints
1 parent a9e78bf commit 421413c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lync/index.js

-4
Original file line numberDiff line numberDiff line change
@@ -774,15 +774,11 @@ async function mapDirectory(localPath, robloxPath, flag) {
774774
localPath + "/default.project.json"
775775
);
776776

777-
console.log(subProjectJson);
778-
779777
if (subProjectJson.name) {
780778
const robloxPathParsed = path.parse(robloxPath);
781779
robloxPath = robloxPathParsed.dir + "/" + subProjectJson.name;
782780
}
783781

784-
console.log(robloxPath);
785-
786782
await mapJsonRecursive(
787783
subProjectJsonPath,
788784
subProjectJson,

0 commit comments

Comments
 (0)