mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 21:07:42 +00:00
Remove dbug printf
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user