diff options
author | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-12-19 18:37:40 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-12-19 19:45:55 +0100 |
commit | 3097d40ab6aa6f8fa59e82b22492e24634b7e7aa (patch) | |
tree | fa791bc103927b9e9d79a313c5f9b52f0946e49e | |
parent | e83309d97d0bbad131a7fdfd365fb6122d6f415b (diff) |
Drop commented-out code
Change-Id: Ie433daf9f2d0117d798202219423e328631a8cb1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161002
Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 1 |
1 files changed, 0 insertions, 1 deletions
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: |