Sign in
chromium
/
catapult
/
33ecf10a614587ac9e2551ad7ed76e8114cd5734
/
.
/
devil
/
devil
/
__init__.py
blob: 7de59c941c84644ba58f3b7bdd752815888aa4c0 [
file
]
# Copyright 2015 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
logging
logging
.
getLogger
(
'devil'
).
addHandler
(
logging
.
NullHandler
())