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

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao921 committed Mar 21, 2021
1 parent 4133e12 commit 7b838e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ValheimLib/ODB/CustomItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ internal static void SaveToFile(this ItemDrop.ItemData self, string inventoryId)
stringBuilder.AppendLine(self.GetUID());

var inventoryFilePath = Path.Combine(Util.Paths.CustomItemDataFolder, inventoryId);
Log.LogWarning("path : " + inventoryFilePath);
File.AppendAllText(inventoryFilePath, stringBuilder.ToString());
}
}
Expand Down

0 comments on commit 7b838e9

Please sign in to comment.