Skip to content

Commit

Permalink
Merge pull request #14 from Slowking770/Development
Browse files Browse the repository at this point in the history
Removed Ui logging
  • Loading branch information
M-Zuber committed Jan 1, 2014
2 parents 83cbaf6 + 87ed6cf commit 6bfef96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FrameWork/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ public static class Globals
{"ErrorLog", new Log(LogPath + "errors.mez")},
{"ProgramActivityLog", new Log(LogPath + "activity.mez")},
{"DataBaseLog", new Log(LogPath + "dbActivity.mez")},
{"BusinessLayerLog", new Log(LogPath + "blActivity.mez")},
{"UI_Log", new Log(LogPath + "uiActivity.mez")}
{"BusinessLayerLog", new Log(LogPath + "blActivity.mez")}
};

private const string SettingsFilesPath = "./Setting Files/";
Expand Down

0 comments on commit 6bfef96

Please sign in to comment.