diff options
Diffstat (limited to 'src/windows/leash/LeashDebugWindow.cpp')
| -rw-r--r-- | src/windows/leash/LeashDebugWindow.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/windows/leash/LeashDebugWindow.cpp b/src/windows/leash/LeashDebugWindow.cpp index 6e12903aec..e8c4553eea 100644 --- a/src/windows/leash/LeashDebugWindow.cpp +++ b/src/windows/leash/LeashDebugWindow.cpp @@ -81,8 +81,8 @@ void CLeashDebugWindow::OnCancel() pApp = AfxGetApp(); pApp->WriteProfileInt("Settings", "DebugWindow", FALSE_FLAG); m_pView->PostMessage(WM_GOODBYE, IDCANCEL); // modeless case - pset_krb_debug(OFF); - pset_krb_ap_req_debug(OFF); +//// pset_krb_debug(OFF); +//// pset_krb_ap_req_debug(OFF); } else { @@ -109,8 +109,8 @@ BOOL CLeashDebugWindow::OnInitDialog() CDialog::OnInitDialog(); // Set Debug flags - pset_krb_debug(ON); //(int)m_debugListBox.GetSafeHwnd() - pset_krb_ap_req_debug(ON); +//// pset_krb_debug(ON); //(int)m_debugListBox.GetSafeHwnd() +//// pset_krb_ap_req_debug(ON); if (*m_debugFilePath != 0) SetDlgItemText(IDC_LOG_FILE_LOCATION_TEXT, m_debugFilePath); |
