Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 7b838e9

Browse files
committed
remove debug log
1 parent 4133e12 commit 7b838e9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ValheimLib/ODB/CustomItem.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ internal static void SaveToFile(this ItemDrop.ItemData self, string inventoryId)
150150
stringBuilder.AppendLine(self.GetUID());
151151

152152
var inventoryFilePath = Path.Combine(Util.Paths.CustomItemDataFolder, inventoryId);
153-
Log.LogWarning("path : " + inventoryFilePath);
154153
File.AppendAllText(inventoryFilePath, stringBuilder.ToString());
155154
}
156155
}

0 commit comments

Comments
 (0)