[lxc-devel] [pylxd/master] Remove debugging prints

d0ugal on Github lxc-bot at linuxcontainers.org
Fri Dec 4 16:45:49 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 360 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20201204/782af1b8/attachment.bin>
-------------- next part --------------
From 3e1a4f3ed361b49d1eef06e3247f23a636d716ef Mon Sep 17 00:00:00 2001
From: Dougal Matthews <dougal at dougalmatthews.com>
Date: Fri, 4 Dec 2020 16:44:45 +0000
Subject: [PATCH] Remove debugging prints

Signed-off-by: Dougal Matthews <dougal at dougalmatthews.com>
---
 pylxd/models/cluster.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pylxd/models/cluster.py b/pylxd/models/cluster.py
index 99fc8fa1..7d83d765 100644
--- a/pylxd/models/cluster.py
+++ b/pylxd/models/cluster.py
@@ -35,9 +35,7 @@ def api(self):
     @classmethod
     def get(cls, client, *args):
         """Get cluster details"""
-        print(args)
         response = client.api.cluster.get()
-        print(response.json())
         container = cls(client, **response.json()["metadata"])
         return container
 


More information about the lxc-devel mailing list