removed reference to everything (#2133)

This commit is contained in:
Clint Rutkas
2020-04-15 15:10:27 -07:00
committed by GitHub
parent 65276f45f1
commit dafc514353
10 changed files with 14 additions and 26 deletions

View File

@@ -34,7 +34,6 @@ namespace PowerLauncher
StringBuilder content = new StringBuilder();
content.AppendLine(ErrorReporting.RuntimeInfo());
content.AppendLine(ErrorReporting.DependenciesInfo());
content.AppendLine($"Date: {DateTime.Now.ToString(CultureInfo.InvariantCulture)}");
content.AppendLine("Exception:");
content.AppendLine(exception.ToString());