Revert "fish: Add 'please wait' message when launching (and interactive)."
authorRichard Jones <rjones@redhat.com>
Sat, 8 May 2010 08:45:19 +0000 (09:45 +0100)
committerRichard Jones <rjones@redhat.com>
Sat, 8 May 2010 08:45:19 +0000 (09:45 +0100)
This reverts commit 01fedcde05c930c1413e9fe0909fa1da1f360cdf.

fish/fish.c

index 13f1e99..461f55b 100644 (file)
@@ -547,8 +547,6 @@ static int
 launch (void)
 {
   if (guestfs_is_config (g)) {
-    if (isatty (0))
-      printf (_("guestfish: wait a moment while we launch libguestfs ...\n"));
     if (guestfs_launch (g) == -1)
       return -1;
   }