diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-06-21 12:21:34 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-06-27 09:40:18 -0600 |
| commit | 2c98d5fe5ddd43f36f24cad46d0c7cd5da19dbb4 (patch) | |
| tree | 5353f5e3dfa89417a49660411a01e190169eb3c6 /scripts | |
| parent | 8d0074949ccbd9624bd355c588db5577a7304de0 (diff) | |
| download | usermoji-2c98d5fe5ddd43f36f24cad46d0c7cd5da19dbb4.tar.xz | |
scripts: Remove noisy print from vuid_mapping.py
This script is now used in all builds and was bogging things down.
Change-Id: Ifd8c7d4c5328ce093e1dd9a111536936e1320ca0
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vuid_mapping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index b7185333..0a2ca7ae 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -926,7 +926,7 @@ def convertVUID(vuid_string): # print ("ERROR: Uniqueid %d for string id %s is a duplicate!" % (uniqueid, vuid_string)) # print (" TODO: Figure out what caused the dupe and fix it") #sys.exit() - print ("Storing uniqueid %d for unique string %s" % (uniqueid, vuid_string)) + # print ("Storing uniqueid %d for unique string %s" % (uniqueid, vuid_string)) uniqueid_set.add(uniqueid) # if func_struct_update: # print ("func_struct_id_map updated, here's new structure") |
