mirror of https://github.com/AxioDL/metaforce.git
Remove dbug printf
This commit is contained in:
parent
4a7a3bea2f
commit
49839bbd6d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue