From a4ece260e13fa227950a97c8672353f36a2f8f3c Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 2 Apr 2019 16:29:31 -0400 Subject: [PATCH] Removed old comment --- plugins/contours/calc_contours.grass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/contours/calc_contours.grass b/plugins/contours/calc_contours.grass index 453aec422..b239bea63 100755 --- a/plugins/contours/calc_contours.grass +++ b/plugins/contours/calc_contours.grass @@ -3,7 +3,6 @@ # format: OGR output format # simplify: Simplify value # epsg: target EPSG code -# destination: destination folder. If it does not exist, it will be created. # # ------ # output: If successful, prints the full path to the contours file. Otherwise it prints "error" @@ -47,4 +46,4 @@ if [ -e "output.$$ext" ]; then echo "$$(pwd)/output.$$ext" else echo "error" -fi \ No newline at end of file +fi