1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

removed filename from exception reports.

This commit is contained in:
Keivan Beigi
2013-06-07 12:04:18 -07:00
parent 53c32fbe10
commit c93548c9f6
2 changed files with 2 additions and 7 deletions

View File

@@ -12,11 +12,6 @@ namespace Exceptron.Client.Message
/// </summary>
public int ln { get; set; }
/// <summary>
/// File name of the current frame
/// </summary>
public string fn { get; set; }
/// <summary>
/// Method name for current frame
/// </summary>