Explorar o código

[raz] Remove left out print statement

Romain Rigaux %!s(int64=4) %!d(string=hai) anos
pai
achega
d241595856
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/core/src/desktop/lib/rest/raz_http_client.py

+ 1 - 1
desktop/core/src/desktop/lib/rest/raz_http_client.py

@@ -46,7 +46,7 @@ class RazHttpClient(HttpClient):
     token = raz_client.get_url(action=http_method, path=url, headers=headers)
 
     signed_path = path + ('?' if '?' in url else '&') + token  # Same as using as params
-    print(111)
+
     return super(RazHttpClient, self).execute(
         http_method=http_method,
         path=signed_path,