summaryrefslogtreecommitdiffstats
path: root/fish/fish.c
diff options
context:
space:
mode:
Diffstat (limited to 'fish/fish.c')
-rw-r--r--fish/fish.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fish/fish.c b/fish/fish.c
index 13f1e990..461f55b8 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -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;
}