Removed temporary debug output
This commit is contained in:
parent
a14fe518be
commit
d12cc6cb77
7 changed files with 1 additions and 50 deletions
src/slic3r/GUI
|
@ -46,10 +46,6 @@ ImGuiWrapper::ImGuiWrapper()
|
|||
|
||||
ImGuiWrapper::~ImGuiWrapper()
|
||||
{
|
||||
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
std::cout << "ImGuiWrapper::~ImGuiWrapper()\n";
|
||||
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
|
||||
destroy_font();
|
||||
ImGui::DestroyContext();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue