Skip to content

Commit

Permalink
Remove debugging Logger.Warn
Browse files Browse the repository at this point in the history
  • Loading branch information
mrixner authored Dec 20, 2024
1 parent 6e8f186 commit a6dafef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ public SerializableInstallationOptions_v1 AsSerializable()
private FileInfo GetPackageOptionsFile()
{
string optionsFileName = Package.Manager.Name + "." + Package.Id.Split(":")[0] + ".json";
Logger.Warn(optionsFileName);
return new FileInfo(Path.Join(CoreData.UniGetUIInstallationOptionsDirectory, optionsFileName));
}

Expand Down

0 comments on commit a6dafef

Please sign in to comment.