[GRASS-SVN] r58676 - grass/trunk/scripts/r.pack
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 11 10:35:27 PST 2014
Author: martinl
Date: 2014-01-11 10:35:26 -0800 (Sat, 11 Jan 2014)
New Revision: 58676
Modified:
grass/trunk/scripts/r.pack/r.pack.py
Log:
r.pack: remove print statement
Modified: grass/trunk/scripts/r.pack/r.pack.py
===================================================================
--- grass/trunk/scripts/r.pack/r.pack.py 2014-01-11 17:43:23 UTC (rev 58675)
+++ grass/trunk/scripts/r.pack/r.pack.py 2014-01-11 18:35:26 UTC (rev 58676)
@@ -56,8 +56,6 @@
outfile = os.path.join(outfile_path, outfile_base)
- print outfile
-
global tmp
tmp = grass.tempdir()
tmp_dir = os.path.join(tmp, infile)
More information about the grass-commit
mailing list