summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublish1
1 files changed, 0 insertions, 1 deletions
diff --git a/publish b/publish
index d639aee..2bdec5b 100755
--- a/publish
+++ b/publish
@@ -175,7 +175,6 @@ if [[ "$#" = 0 ]]; then
fi
if [ "$inputxclip" != 1 ] ; then
- echo "No files given on the command line, using stdin" >&2
cat > "$stdin"
else
if which xclip >/dev/null 2>&1; then