diff --git a/main.cpp b/main.cpp
index 863a1a4cf9181abb007db86985ab71dcb01bedf8..9178d5aecd5c760a55dbf8bd9b206a0fb5021822 100644
--- a/main.cpp
+++ b/main.cpp
@@ -64,9 +64,6 @@ int main(int argc, char *argv[]) {
     osl_scop_print(fp, scop);
     fclose(fp);
 
-
-    // Dump the content of the scop data structure.
-    //osl_scop_dump(stdout, scop);
-    // Save the planet.
     osl_scop_free(scop);
+    return 0;
 }