| Index: tools/dom/scripts/idlsync.py
|
| diff --git a/tools/dom/scripts/idlsync.py b/tools/dom/scripts/idlsync.py
|
| index 6a8db7294307377501c9b3d62fa1031570840443..7307845d97c34532a21d313805cb63efb5f336d8 100755
|
| --- a/tools/dom/scripts/idlsync.py
|
| +++ b/tools/dom/scripts/idlsync.py
|
| @@ -13,7 +13,6 @@ import sys
|
|
|
| SCRIPT_PATH = os.path.abspath(os.path.dirname(__file__))
|
| DART_PATH = os.path.abspath(os.path.join(SCRIPT_PATH, '..', '..', '..'))
|
| -print '***', DART_PATH
|
|
|
| # Path to install latest IDL.
|
| IDL_PATH = os.path.join(DART_PATH, 'third_party', 'WebCore')
|
|
|