remove the debugging print
diff --git a/R/add_indent.R b/R/add_indent.R
index 8a90c49..a50547d 100644
--- a/R/add_indent.R
+++ b/R/add_indent.R
@@ -103,7 +103,6 @@
     }
 
     for (j in target_cols) {
-      print(j)
       node_to_edit <- xml_child(row_to_edit, j)
       if (!xml_has_attr(node_to_edit, "indentlevel")) {
         xml_attr(node_to_edit, "style") <- paste(