Skip to content

Commit

Permalink
remove leftover debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Jan 25, 2024
1 parent 9e3a195 commit de1eb88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/LaTeXML/Package/LaTeX.pool.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -3485,7 +3485,6 @@ sub arrange_panels_and_breaks {
push(@all_panels, $child);
# yet if standalone, finalize current row content, and add a break
if ($is_standalone && @row_contents) {
Note("inserting the trailing standalone break;");
push(@all_contents, map { $$_[0] } @row_contents);
if (my $trailer = $child->nextSibling) {
if (!$panel_break_names{ $document->getNodeQName($trailer) }) {
Expand Down

0 comments on commit de1eb88

Please sign in to comment.