bin/get-bugzilla-attachments-by-mimetype |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 3097d40ab6aa6f8fa59e82b22492e24634b7e7aa
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Tue Dec 19 18:37:40 2023 +0100
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Tue Dec 19 19:45:55 2023 +0100

    Drop commented-out code
    
    Change-Id: Ie433daf9f2d0117d798202219423e328631a8cb1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161002
    Tested-by: Thorsten Behrens <thorsten.behr...@allotropia.de>
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/bin/get-bugzilla-attachments-by-mimetype 
b/bin/get-bugzilla-attachments-by-mimetype
index 6b8e6cc1676c..c9a0d41cf5cc 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -374,7 +374,6 @@ novellattach = 
'https://bugzilla.novell.com/attachment.cgi?id='
 
 class manage_threads(threading.Thread):
     def run(self):
-        #print(threading.current_thread().get_ident())
         while 1:
             # Try to receive a job from queue
             try:

Reply via email to