mirror of
				https://github.com/Eledio/superfaktura-client.git
				synced 2025-10-31 16:11:20 +01:00 
			
		
		
		
	Remove some debug
This commit is contained in:
		| @@ -22,7 +22,5 @@ class SuperFakturaAPI: | |||||||
|  |  | ||||||
|     def post(self, endpoint: str, data: dict) -> Dict: |     def post(self, endpoint: str, data: dict) -> Dict: | ||||||
|         url = f"{self._api_url}/{endpoint}" |         url = f"{self._api_url}/{endpoint}" | ||||||
|         print(url) |  | ||||||
|         print(data) |  | ||||||
|         req = requests.post(url=url, headers=self._auth_header, data=data) |         req = requests.post(url=url, headers=self._auth_header, data=data) | ||||||
|         return req.json() |         return req.json() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user