2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-03 05:15:53 +00:00

Remove dbug printf

This commit is contained in:
Phillip Stephens 2017-01-21 07:49:31 -08:00
parent 4a7a3bea2f
commit 49839bbd6d

View File

@ -142,7 +142,6 @@ void CGuiFrame::LoadWidgetsInGame(CInputStream& in)
{
DataSpec::DNAFourCC type;
type.read(in);
printf("%.4s\n", type.toString().c_str());
CGuiWidget* widget = CGuiSys::CreateWidgetInGame(type, in, this);
type = widget->GetWidgetTypeID();
switch (type)