The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/pylxd/pull/428

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Dougal Matthews <dou...@dougalmatthews.com>
From 3e1a4f3ed361b49d1eef06e3247f23a636d716ef Mon Sep 17 00:00:00 2001
From: Dougal Matthews <dou...@dougalmatthews.com>
Date: Fri, 4 Dec 2020 16:44:45 +0000
Subject: [PATCH] Remove debugging prints

Signed-off-by: Dougal Matthews <dou...@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
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to