X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8704bf74fba8523e2e174bd5a8195b5202009cd0..2ada746fb47bf68c9f2dab6399a6cd5510320984:/src/motif/mdi/lib/XsComponent.C diff --git a/src/motif/mdi/lib/XsComponent.C b/src/motif/mdi/lib/XsComponent.C index a09ed87733..7ec41d7312 100644 --- a/src/motif/mdi/lib/XsComponent.C +++ b/src/motif/mdi/lib/XsComponent.C @@ -7,7 +7,7 @@ XsComponent.C History - 03-Mar-96 1.0; Scott W. Sadler (sws@iti-oh.com) + 03-Mar-96 1.0; Scott W. Sadler (ssadler@cisco.com) Created */ @@ -62,8 +62,8 @@ void XsComponent::show ( ) { #ifndef NDEBUG - if (XtIsManaged (_base)) - cout << "Re-managing a widget:" << _name << endl; + // if (XtIsManaged (_base)) + // cout << "Re-managing a widget:" << _name << endl; #endif // Make sure the _destroyHandler was installed @@ -80,8 +80,8 @@ void XsComponent::hide ( ) { #ifndef NDEBUG - if (!XtIsManaged (_base)) - cout << "Re-unmanaging a widget:" << _name << endl; + // if (!XtIsManaged (_base)) + // cout << "Re-unmanaging a widget:" << _name << endl; #endif assert (_base != 0);