mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 04:36:10 +08:00
remove debug print in test.
This commit is contained in:
parent
f84f658389
commit
34c22403e1
@ -109,7 +109,6 @@ SCENARIO( "PresetChooser changed printer") {
|
|||||||
|
|
||||||
auto ev {wxCommandEvent(wxEVT_COMBOBOX, printer_chooser->GetId())};
|
auto ev {wxCommandEvent(wxEVT_COMBOBOX, printer_chooser->GetId())};
|
||||||
ev.SetEventObject(printer_chooser);
|
ev.SetEventObject(printer_chooser);
|
||||||
Slic3r::Log::debug("test") << "Firing combobox event" << "\n";
|
|
||||||
printer_chooser->ProcessWindowEvent(ev);
|
printer_chooser->ProcessWindowEvent(ev);
|
||||||
wxYield();
|
wxYield();
|
||||||
wxMilliSleep(150);
|
wxMilliSleep(150);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user