Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
Only logs importing when it actually tries to import.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMangler committed Oct 31, 2019
1 parent 89996c9 commit 2379d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrimeHack Updater/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ static void Main(string[] args)
}
}

Console.WriteLine("Importing PrimeHack settings");
portableMode();

string repo;
Expand Down Expand Up @@ -169,6 +168,7 @@ public static void portableMode()
{
if (File.Exists("hack_config.ini"))
{
Console.WriteLine("Importing PrimeHack settings");
foreach (string line in File.ReadLines("hack_config.ini"))
{
if (line.StartsWith("[beam]"))
Expand Down

0 comments on commit 2379d2a

Please sign in to comment.