OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / vendor / github.com / rjeczalik / notify / debug.go
diff --git a/vendor/github.com/rjeczalik/notify/debug.go b/vendor/github.com/rjeczalik/notify/debug.go
deleted file mode 100644 (file)
index bd9bc46..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright (c) 2014-2015 The Notify Authors. All rights reserved.
-// Use of this source code is governed by the MIT license that can be
-// found in the LICENSE file.
-
-// +build !debug
-
-package notify
-
-func dbgprint(...interface{}) {}
-
-func dbgprintf(string, ...interface{}) {}