sandbox: remove stray DEBUG
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 14 Oct 2018 18:45:32 +0000 (20:45 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commit9190a3eb8010cdfbcd56905b784c5a21ca90914a
treeea2b7051f742fb66387033d2adc2f8c7b621df28
parent2a87f7fdd599172879633faf33cae7005344d666
sandbox: remove stray DEBUG

DEBUG should not be defined in production code.
Change printf() to debug() where this writes a debug message.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/cpu.c