You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2022/01/12 19:22:11 UTC

[incubator-ponymail-foal] branch master updated: Remove debug prints

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new c899de9  Remove debug prints
c899de9 is described below

commit c899de9e6bcac24c28dd1009cc5abccf1f1c0dfb
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Jan 12 20:22:05 2022 +0100

    Remove debug prints
---
 server/endpoints/thread.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/server/endpoints/thread.py b/server/endpoints/thread.py
index 6fd045a..4e0d41a 100644
--- a/server/endpoints/thread.py
+++ b/server/endpoints/thread.py
@@ -28,8 +28,6 @@ async def process(
 ) -> typing.Optional[dict]:
     mailid = indata.get("id", "")
     listid = indata.get("listid", "")
-    print(mailid)
-    print(listid)
 
     # lookup by message id must always include a list id for disambiguation
     if listid: