Skip to content

Commit

Permalink
Remove spurious debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Jun 5, 2024
1 parent e247c13 commit b72abcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/gtkmm/NotebookWindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2143,7 +2143,7 @@ void NotebookWindow::on_edit_copy(const Glib::VariantBase&)
on_outbox_copy(clipboard, selected_cell);
}
if(current_cell!=doc.end()) {
std::cerr << "copy called for non-outbox cell" << std::endl;
// std::cerr << "copy called for non-outbox cell" << std::endl;
// FIXME: handle other cell types.
}
}
Expand Down

0 comments on commit b72abcd

Please sign in to comment.