TNO Intern

Commit 581c5146 authored by Arjo Segers's avatar Arjo Segers
Browse files

Removed debug statements.

parent dd495cfa
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
@@ -1252,8 +1252,11 @@ class CSO_ColHubMirror_Inquire(utopya.UtopyaRc):
                    
                #endfor # files

                # testing .
                if len(listing) >= 100 : break
                ## testing ...
                #if len(listing) >= 100 :
                #    logging.warning( f"BREAK after {len(listing)} files ..." )
                #    break
                # endif

            #endfor # walk

@@ -1441,10 +1444,10 @@ class CSO_ColHubMirror_Missing(utopya.UtopyaRc):

                # testing ...
                #break
                if len(listing) > 0 :
                    logging.warning(f"BREAK!")
                    break
                #endif
                #if len(listing) > 0 :
                #    logging.warning(f"BREAK!")
                #    break
                ##endif
            #endfor
            
            # save:
+0 −1
Original line number Diff line number Diff line
@@ -1652,7 +1652,6 @@ class CSO_Listing(object):
        """

        # sort inplace:
        print('xxx',self.df.keys())
        self.df.sort_values(by, inplace=True)
        
    #endef Sort