Skip to content

Commit f2592f9

Browse files
JorchCortezCopilot
andauthored
Update src/Components/Utility/Utility.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4a33fd2 commit f2592f9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Components/Utility/Utility.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ const GetMCollection = (archeology: itemsType[], geology: itemsType[], currentCo
363363
let artifacts: generalFormatedItemType[] = [];
364364
let minerals: generalFormatedItemType[] = []
365365

366-
//console.log("Current Museum collection:", currentCollection, "Archeology found:", archeology, "Geology found:", geology)
367366
for(let collectionItem of Museum.collection) {
368367
if( archeology && archeology.length > 0 && collectionItem.type === "artifact"){
369368
artifacts.push({

0 commit comments

Comments
 (0)