From b87b63db7e99a867ec163574ce1d13ab13285f36 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Fri, 14 Oct 2022 11:35:22 -0700 Subject: [PATCH] Trival: Remove minor troubleshooting accidently committed Some minor troublehsooting output was accidently committed. Removing. Change-Id: I46be9295764a8ab354d54e2d50e3c62a012ceccf --- ironic/cmd/status.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ironic/cmd/status.py b/ironic/cmd/status.py index 84a564c173..d395b985b7 100644 --- a/ironic/cmd/status.py +++ b/ironic/cmd/status.py @@ -103,8 +103,6 @@ class Checks(upgradecheck.UpgradeCommands): return upgradecheck.Result(upgradecheck.Code.SUCCESS) res = engine.execute("show create table allocations") results = str(res.all()).lower() - print('####################################################33') - print(results) if 'utf8' not in results: msg = ('The Allocations table is is not using UTF8 encoding. ' 'This is corrected in later versions of Ironic, where '