Trival: Remove minor troubleshooting accidently committed

Some minor troublehsooting output was accidently committed.
Removing.

Change-Id: I46be9295764a8ab354d54e2d50e3c62a012ceccf
This commit is contained in:
Julia Kreger 2022-10-14 11:35:22 -07:00
parent 4339f6f65d
commit b87b63db7e
1 changed files with 0 additions and 2 deletions

View File

@ -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 '