Trival: Remove minor troubleshooting accidently committed
Some minor troublehsooting output was accidently committed. Removing. Change-Id: I46be9295764a8ab354d54e2d50e3c62a012ceccf
This commit is contained in:
parent
4339f6f65d
commit
b87b63db7e
@ -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 '
|
||||
|
Loading…
Reference in New Issue
Block a user