diff options
Diffstat (limited to 'native_client_sdk/src/tools/oshelpers.py')
-rw-r--r-- | native_client_sdk/src/tools/oshelpers.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/native_client_sdk/src/tools/oshelpers.py b/native_client_sdk/src/tools/oshelpers.py index 53b6c64..9248a05 100644 --- a/native_client_sdk/src/tools/oshelpers.py +++ b/native_client_sdk/src/tools/oshelpers.py @@ -132,8 +132,6 @@ def Copy(args): src_list.extend(files) for src in src_list: - if options.verbose: - print 'cp %s %s' % (src, dst) # If the destination is a directory, then append the basename of the src # to the destination. if os.path.isdir(dst): |