July 6, 2012
7:09 p.m.
Probably leftovers from debugging: AbstractNautilusUI>>mcWorkingCopyCreated: | package rpackage mcPackage | 'Passed there' logCr. window ifNil: [^ self ]. window isDisplayed ifFalse: [ ^ self ]. ... RPackageOrganizer>>systemClassRemovedActionFrom: "A class has been removed, we should update the package adequately." | class className rPackage categoryName | 'herrrrrre ' logCr. class := ann removedClass. ⦠Sven