gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: remove garbage


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: remove garbage
Date: Thu, 16 May 2019 19:26:52 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 80b558c  remove garbage
80b558c is described below

commit 80b558c2c1fc09a0d7958b5060b43cf309025603
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 16 19:26:44 2019 +0200

    remove garbage
---
 talerbank/app/middleware.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/talerbank/app/middleware.py b/talerbank/app/middleware.py
index 138e509..bec3b57 100644
--- a/talerbank/app/middleware.py
+++ b/talerbank/app/middleware.py
@@ -43,7 +43,6 @@ class DecompressionMiddleware:
     #        type that is handed to views).
     # @return Django-specific response object.
     def __call__(self, request):
-        print("Decompri?") 
         if "deflate" == request.headers.get("Content-Encoding"):
             request._body = zlib.decompress(request.body)
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]