aboutsummaryrefslogtreecommitdiff
path: root/layout.f90
diff options
context:
space:
mode:
Diffstat (limited to 'layout.f90')
-rw-r--r--layout.f904
1 files changed, 0 insertions, 4 deletions
diff --git a/layout.f90 b/layout.f90
index 714d62b..73c085c 100644
--- a/layout.f90
+++ b/layout.f90
@@ -59,10 +59,6 @@ contains
if(walker%line_type == line_type_text .and. .not. associated(walker%breaks)) then
walker%breaks => calculate_wrapping(rendering_engine, walker%text)
end if
-
- if(associated(walker%breaks)) then
- Print *, "Associated"
- end if
select case (walker%line_type)