mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Remove no longer needed debugging leftover
Since interactive console is much more convenient to debug with, this no longer serves any purpose
This commit is contained in:
@@ -91,7 +91,7 @@ public static class ASF {
|
||||
throw new ArgumentOutOfRangeException(nameof(steamID));
|
||||
}
|
||||
|
||||
return (steamID == GlobalConfig?.SteamOwnerID) || (Debugging.IsDebugBuild && (steamID == SharedInfo.ArchiSteamID));
|
||||
return steamID == GlobalConfig?.SteamOwnerID;
|
||||
}
|
||||
|
||||
internal static string GetFilePath(EFileType fileType) {
|
||||
|
||||
@@ -32,7 +32,6 @@ public static class SharedInfo {
|
||||
[PublicAPI]
|
||||
public const string ConfigDirectory = "config";
|
||||
|
||||
internal const ulong ArchiSteamID = 76561198006963719;
|
||||
internal const string ArchivalLogFile = "log.{#}.txt";
|
||||
internal const string ArchivalLogsDirectory = "logs";
|
||||
internal const string ASF = nameof(ASF);
|
||||
|
||||
Reference in New Issue
Block a user