remove debug message

This commit is contained in:
GenevensiS
2025-08-01 14:02:20 +02:00
parent 2b9bc1f296
commit 12eb39b5e2
-1
View File
@@ -375,7 +375,6 @@ PrintJobP make_print_job(Window* parent, const SetP& set, const ExportCardSelect
String spacing = space->GetValue();
if (spacing.empty()) spacing = _("0");
spacing.ToDouble(&settings.print_spacing);
queue_message(MESSAGE_WARNING, wxString::Format(_("%f"),settings.print_spacing));
settings.print_cutter_lines = (CutterLinesType)cutter->GetSelection();
PrintJobP job = make_intrusive<PrintJob>(set, wnd.getSelection());
return job;