| Index: components/cronet/tools/cronet_licenses.py
|
| diff --git a/components/cronet/tools/cronet_licenses.py b/components/cronet/tools/cronet_licenses.py
|
| index 160d13928686b02cc43dd60efec79311df51b41f..c68933d65d3cee71a0bcf663311a025ed5f12a4a 100755
|
| --- a/components/cronet/tools/cronet_licenses.py
|
| +++ b/components/cronet/tools/cronet_licenses.py
|
| @@ -113,7 +113,6 @@ def main():
|
|
|
| if args[0] == 'license':
|
| if len(args) > 1:
|
| - print 'Saving license to %s' % args[1]
|
| f = open(args[1], "w")
|
| try:
|
| f.write(GenerateLicense())
|
|
|