| Index: Source/devtools/front_end/console/module.json
|
| diff --git a/Source/devtools/front_end/console/module.json b/Source/devtools/front_end/console/module.json
|
| index b486a27e443da104c077d7224115ca1e8d383393..0396e6c58a6869bc20329e102114bb5bb028dcc6 100644
|
| --- a/Source/devtools/front_end/console/module.json
|
| +++ b/Source/devtools/front_end/console/module.json
|
| @@ -51,9 +51,5 @@
|
| "settingType": "checkbox"
|
| }
|
| ],
|
| - "scripts": [
|
| - "ConsoleViewMessage.js",
|
| - "ConsoleView.js",
|
| - "ConsolePanel.js"
|
| - ]
|
| + "scripts": [ "ConsolePanel.js" ]
|
| }
|
|
|