x86: spl: Drop unwanted debug()
authorSimon Glass <sjg@chromium.org>
Sun, 30 Jul 2023 17:15:59 +0000 (11:15 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 9 Aug 2023 15:31:11 +0000 (23:31 +0800)
commit22080e05fc4bcfd8c25474ca3ecfce4814fa486d
tree6351aa03cc9231ffb7c195759a1886adb31363b7
parentd60fb7a958780dc6215258430501d4c221b1ea0c
x86: spl: Drop unwanted debug()

This was left over from some previous debugging. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/spl.c