Committer: dnikolaev
LJSUP-10951: Return spellcheck to S1U trunk/cgi-bin/LJ/SpellCheck.pm
Modified: trunk/cgi-bin/LJ/SpellCheck.pm =================================================================== --- trunk/cgi-bin/LJ/SpellCheck.pm 2012-01-25 07:57:49 UTC (rev 20981) +++ trunk/cgi-bin/LJ/SpellCheck.pm 2012-01-25 08:48:03 UTC (rev 20982) @@ -82,8 +82,6 @@ ## ^ = escape each line (i.e. each line is text, not control command for aspell) $in = "!\n" . join("\n", map { "^$_" } @in_lines); - warn join(' ', @$command), "\n"; - IPC::Run::run($command, \$in, \$out, \$err, IPC::Run::timeout(10)) or die "Can't run spellchecker: $? ($err)";