Removed unused Debug output

This commit is contained in:
Rich 2016-01-28 16:17:28 +00:00
parent 0bcbbd9235
commit 3d38002678

View File

@ -1041,7 +1041,7 @@ namespace VEPROMS
}
void _RefreshTimer_Tick(object sender, EventArgs e)
{
_MyLog.DebugFormat("_RefreshTimer_Tick {0}", RefreshTimerActive);
//_MyLog.DebugFormat("_RefreshTimer_Tick {0}", RefreshTimerActive);
if (RefreshTimerActive)
{
RefreshTimerActive = false;
@ -1128,7 +1128,7 @@ namespace VEPROMS
}
private void StartRefreshChanged(Object obj)
{
_MyLog.Debug("StartRefreshChanged");
//_MyLog.Debug("StartRefreshChanged");
//if (SkipRefresh) return;
MySemaphore.WaitOne();
RefreshTimerActive = true;
@ -1269,7 +1269,7 @@ namespace VEPROMS
Application.Exit();
}
this.LastContentChange = MySessionInfo.LastContentChange;
_MyLog.WarnFormat("Original last content change {0}", this.LastContentChange);
//_MyLog.WarnFormat("Original last content change {0}", this.LastContentChange);
RefreshLastChange();
tc.MySessionInfo = MySessionInfo;
tv.MySessionInfo = MySessionInfo;