Remove excessive debug from new feature

As it's not needed anymore
This commit is contained in:
JustArchi
2018-12-02 06:24:36 +01:00
parent a64ce524aa
commit def23e5ba9
4 changed files with 85 additions and 51 deletions

View File

@@ -69,6 +69,24 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Matching Steam items, round #{0}....
/// </summary>
internal static string ActivelyMatchingItems {
get {
return ResourceManager.GetString("ActivelyMatchingItems", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Matched a total of {0} sets this round..
/// </summary>
internal static string ActivelyMatchingItemsRound {
get {
return ResourceManager.GetString("ActivelyMatchingItemsRound", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu ASF will automatically check for new versions every {0}..
/// </summary>
@@ -763,6 +781,15 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Done matching Steam items, round #{0}..
/// </summary>
internal static string DoneActivelyMatchingItems {
get {
return ResourceManager.GetString("DoneActivelyMatchingItems", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Done clearing Steam discovery queue #{0}..
/// </summary>
@@ -772,6 +799,15 @@ namespace ArchiSteamFarm.Localization {
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Aborted!.
/// </summary>
internal static string ErrorAborted {
get {
return ResourceManager.GetString("ErrorAborted", resourceCulture);
}
}
/// <summary>
/// Wyszukuje zlokalizowany ciąg podobny do ciągu Access denied!.
/// </summary>