Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / tools / telemetry / telemetry / core / backends / chrome / inspector_console.py
index f1321c8..525f048 100644 (file)
@@ -1,8 +1,6 @@
 # Copyright 2013 The Chromium Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
-import json
-import logging
 
 
 class InspectorConsole(object):
@@ -17,7 +15,6 @@ class InspectorConsole(object):
     self._console_enabled = False
 
   def _OnNotification(self, msg):
-    logging.debug('Notification: %s', json.dumps(msg, indent=2))
     if msg['method'] == 'Console.messageAdded':
       if msg['params']['message']['url'] == 'chrome://newtab/':
         return