back out debug check accidentally commited

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5982 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-01-24 02:45:01 +00:00
parent d6d4c14706
commit a80b7f7f84

View File

@ -93,15 +93,10 @@ LyX::LyX(int & argc, char * argv[])
// #include "graphics/GraphicsTypes.h" at the top -- Rob Lahaye.
grfx::setDisplayTranslator();
lyxerr << argc << endl;
if (want_gui) {
lyxerr << "parsinint" << endl;
lyx_gui::parse_init(argc, argv);
}
lyxerr << argc << endl;
// check for any spurious extra arguments
// other than documents
for (int argi = 1; argi < argc ; ++argi) {