Index: chrome/browser/resources/hotword/logging.js |
diff --git a/chrome/browser/resources/hotword/logging.js b/chrome/browser/resources/hotword/logging.js |
index 307234d0990125b7e7e6fff1ff5a7be00eb17220..e0744e07a420ddd2fb5c2a24c1f13e7dd8b8db2e 100644 |
--- a/chrome/browser/resources/hotword/logging.js |
+++ b/chrome/browser/resources/hotword/logging.js |
@@ -15,8 +15,5 @@ cr.define('hotword', function() { |
console.log.apply(console, arguments); |
} |
- return { |
- DEBUG: false, |
- debug: debug |
- }; |
+ return {DEBUG: false, debug: debug}; |
}); |