Index: go/src/infra/libs/logging/logrus.go |
diff --git a/go/src/infra/libs/logging/logrus.go b/go/src/infra/libs/logging/logrus.go |
deleted file mode 100644 |
index 66bac3a974ff4e9d7f1049d6b5f67f0fc7a252ce..0000000000000000000000000000000000000000 |
--- a/go/src/infra/libs/logging/logrus.go |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-// Copyright 2014 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. |
- |
-// +build !appengine |
- |
-package logging |
- |
-import "github.com/Sirupsen/logrus" |
- |
-func init() { |
- DefaultLogger = logrus.New() |
- IsTerminal = logrus.IsTerminal() |
-} |