Remove dbug printf

This commit is contained in:
Phillip Stephens 2017-01-21 07:49:31 -08:00
parent 4a7a3bea2f
commit 49839bbd6d
1 changed files with 0 additions and 1 deletions

View File

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