Daniel Brötzmann pushed to branch newcontrol at gajim / gajim


Commits:
00df8738 by wurstsalat at 2022-07-24T17:26:08+02:00
Archive: Remove leftover print statement

- - - - -


1 changed file:

- gajim/common/storage/archive.py


Changes:

=====================================
gajim/common/storage/archive.py
=====================================
@@ -1005,7 +1005,6 @@ def get_last_correctable_message(self,
         jids = [jid]
         account_id = self.get_account_id(account)
         min_time = time.time() - 5 * 60
-        print(min_time)
 
         sql = '''
             SELECT contact_name, time, kind, message, stanza_id, message_id,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/00df8738a42417fd0e2a9bc19f7bc56ec3917143

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/00df8738a42417fd0e2a9bc19f7bc56ec3917143
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to