Browse Source

Don't force verbose=True (ticket https://trac.osgeo.org/grass/ticket/1925)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55684 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 12 years ago
parent
commit
d45aefeeeb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/python/script/array.py

+ 0 - 2
lib/python/script/array.py

@@ -235,7 +235,6 @@ class array(numpy.memmap):
             bytes=size,
             anull=null,
             overwrite=overwrite,
-            verbose=True,
             north=reg['n'],
             south=reg['s'],
             east=reg['e'],
@@ -343,7 +342,6 @@ class array3d(numpy.memmap):
             bytes=size,
             null=null,
             overwrite=overwrite,
-            verbose=True,
             north=reg['n'],
             south=reg['s'],
             top=reg['t'],