Skip to content

Commit

Permalink
Delete leftover debugging message in the help tool
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoura committed Jun 29, 2016
1 parent f404b97 commit eda2a9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/help/help.lgt
Expand Up @@ -476,7 +476,6 @@
atom_concat('open "file://$LOGTALKHOME', Path, Command0),
atom_concat(Command0, File, Command1),
atom_concat(Command1, '" > /dev/null 2>&1', Command),
writeq(os::shell(Command)), nl,
os::shell(Command)
; os::shell('uname -s | grep Linux 1> /dev/null') ->
% assume we're running on Linux
Expand Down

0 comments on commit eda2a9e

Please sign in to comment.