Popups in tclkit's initScript

Goodwin <[email protected]> Tue, 3 Jun 2008 10:09:26 -0700 (PDT)
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <[email protected]>
Hi,

I've recently built tclkit based on the svn tclkit module.

There is some coded added into kitInit.c's initScript string:

    "tk_messageBox -message \"main found here: [file join [info
nameofexe] main.tcl]\"\n"
    "tk_messageBox -message \"file isfile: [file isfile [file join
[info nameofexe] main.tcl]]\"\n"

When a wrapped app starts up now the user is faced with these popups?
Is this intentional or just some residual debug code?

Thanks,

Goodwin