Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlueBlock <danb@pobox.com>2019-07-25 18:29:17 +0300
committerBlueBlock <danb@pobox.com>2019-07-25 18:29:17 +0300
commit689e9fad4de4ef4c1bddb53b7f1a48867e395a7e (patch)
tree64c9995ce948dbe2f2e71ee4afe04890352b9cec /Duplicati/CommandLine
parent2aad1ca55881a14a33d38a77f93266c32ead0d74 (diff)
Fix codacy issues
Diffstat (limited to 'Duplicati/CommandLine')
-rw-r--r--Duplicati/CommandLine/Program.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Duplicati/CommandLine/Program.cs b/Duplicati/CommandLine/Program.cs
index 7110e9a94..517cb0402 100644
--- a/Duplicati/CommandLine/Program.cs
+++ b/Duplicati/CommandLine/Program.cs
@@ -38,7 +38,6 @@ namespace Duplicati.CommandLine
[STAThread]
public static int Main(string[] args)
{
- Console.WriteLine($"RealMain args : {args}");
Duplicati.Library.AutoUpdater.UpdaterManager.IgnoreWebrootFolder = true;
return Duplicati.Library.AutoUpdater.UpdaterManager.RunFromMostRecent(typeof(Program).GetMethod("RealMain"), args);
}