Greatly simplify PSPP configuration.
[pspp] / src / language / syntax-file.c
index ad277b5859dec12b1125a4a6b0ac40329a6d2a50..5521972477f270a1a046b9a99f5b0b3e5a117f69 100644 (file)
@@ -113,10 +113,6 @@ read_syntax_file (struct getl_interface *s,
     }
   while (sfs->ln == 1 && !memcmp (ds_cstr (line), "#!", 2));
 
-  /* Echo to listing file, if configured to do so. */
-  if (settings_get_echo ())
-    tab_output_text (TAB_LEFT | TAB_FIX, ds_cstr (line));
-
   return true;
 }