initflags: Remove debug output

develop
lethosor 2015-02-09 22:01:12 -05:00
parent f287a99a37
commit 8e8f88f3db
1 changed files with 0 additions and 1 deletions

@ -26,7 +26,6 @@ DFhackCExport command_result plugin_init (color_ostream &out, std::vector <Plugi
commands.push_back(PluginCommand("tidlers", "Toggle display of idlers.",
tidlers, Gui::dwarfmode_hotkey));
}
std::cerr << "d_init: " << sizeof(df::d_init) << endl;
return CR_OK;
}