diff python/st-flash.py @ 130:654093a9a1e3

Added icons, improved device explorer
author Windel Bouwman
date Sat, 19 Jan 2013 18:16:04 +0100
parents 9e350a7dde98
children ce6d390043a7
line wrap: on
line diff
--- a/python/st-flash.py	Fri Jan 18 12:52:11 2013 +0100
+++ b/python/st-flash.py	Sat Jan 19 18:16:04 2013 +0100
@@ -30,7 +30,6 @@
 eraseparser = subparsers.add_parser('erase', help='erase flash contents')
 
 args = parser.parse_args()
-print(args)
 if not args.command:
    parser.print_usage()
    sys.exit(1)