Skip to content

Commit

Permalink
Removed unused string interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
im-mi committed May 3, 2018
1 parent ab87330 commit df8c88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DragAndDrop/DragAndDrop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private void OnDroppedFiles(List<string> aFiles, POINT aPos)
}
catch (Exception ex)
{
BepInLogger.Log($"Character load failed", true);
BepInLogger.Log("Character load failed", true);
BepInLogger.Log(ex.ToString());
Utils.Sound.Play(SystemSE.ok_l);
}
Expand Down

0 comments on commit df8c88d

Please sign in to comment.