diff --git a/R/print.R b/R/print.R index 1a424b01842..71b46f9805a 100644 --- a/R/print.R +++ b/R/print.R @@ -373,7 +373,6 @@ print_edge_detail <- function(graph, edges) { if (!is.null(x)) { arrow <- c("--", "->")[is_directed(x) + 1] - can_max <- NA el <- NA fun <- function(q, no) { @@ -643,12 +642,6 @@ print_igraph_legacy <- function( ) { head_lines <- .print.header(x, id) if (is.logical(full) && full) { - if (graph.attributes) { - head_lines <- head_lines + .print.graph.attributes(x, full, max.lines) - } - if (vertex.attributes) { - head_lines <- head_lines + .print.vertex.attributes(x, full, max.lines) - } if (ecount(x) == 0) { ## Do nothing } else if (edge.attributes && length(edge_attr_names(x)) != 0) {