]> git.lyx.org Git - features.git/commitdiff
back out debug check accidentally commited
authorJohn Levon <levon@movementarian.org>
Fri, 24 Jan 2003 02:45:01 +0000 (02:45 +0000)
committerJohn Levon <levon@movementarian.org>
Fri, 24 Jan 2003 02:45:01 +0000 (02:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5982 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyx_main.C

index eb8bac0e895fff5468b9395b4b9908fd2963f436..0b0e0802acc1b2a839ead9188544870fd9283a10 100644 (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) {