diff --git a/examples/main.c b/examples/main.c
index 4674f3c1d9567dd7f2b8f75f7e49d502e57042c4..7817d3ba9dbaeb0464d304108dcde3fc3e85ae80 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -884,12 +884,6 @@ int main(int argc, char *argv[]) {
     engine_dump_snapshot(&e);
     engine_print_stats(&e);
 
-#ifdef HAVE_METIS
-    dumpCellRanks("metis_partition", e.s->cells_top, e.s->nr_cells);
-#else
-    dumpCellRanks("basic_partition", e.s->cells_top, e.s->nr_cells);
-#endif
-
   }
 
   /* Legend */