NOT part of Seamonkey build, chofmann OK'd. removing message boxes

This commit is contained in:
varada%netscape.com 1999-09-30 01:17:51 +00:00
parent 7c52f573e8
commit 4332970fc7

View File

@ -857,11 +857,6 @@ BOOL CWizardMachineApp::interpret(CString cmd)
strcat(tmpPath,"NCIFiles");
_mkdir (tmpPath);
}
else
{
CWnd dirwnd;
dirwnd.MessageBox(CString(nciPath),"found",MB_OK);
}
}
}