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