You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/09/24 23:01:38 UTC

couch commit: updated refs/heads/master to 25b820e

Repository: couchdb-couch
Updated Branches:
  refs/heads/master d28af1852 -> 25b820e3e


Remove ?LOG_{DEBUG,INFO,WARN,ERROR} macros


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/25b820e3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/25b820e3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/25b820e3

Branch: refs/heads/master
Commit: 25b820e3e0d41fd34498841d289bff7b80455005
Parents: d28af18
Author: Alexander Shorin <kx...@gmail.com>
Authored: Thu Sep 25 01:00:27 2014 +0400
Committer: Alexander Shorin <kx...@gmail.com>
Committed: Thu Sep 25 01:01:07 2014 +0400

----------------------------------------------------------------------
 include/couch_db.hrl | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/25b820e3/include/couch_db.hrl
----------------------------------------------------------------------
diff --git a/include/couch_db.hrl b/include/couch_db.hrl
index bbdfda9..df393e3 100644
--- a/include/couch_db.hrl
+++ b/include/couch_db.hrl
@@ -37,11 +37,6 @@
 
 -define(DEFAULT_ATTACHMENT_CONTENT_TYPE, <<"application/octet-stream">>).
 
--define(LOG_DEBUG(Format, Args), couch_log:debug(Format, Args)).
--define(LOG_INFO(Format, Args), couch_log:info(Format, Args)).
--define(LOG_WARN(Format, Args), couch_log:warning(Format, Args)).
--define(LOG_ERROR(Format, Args), couch_log:error(Format, Args)).
-
 -type branch() :: {Key::term(), Value::term(), Tree::term()}.
 -type path() :: {Start::pos_integer(), branch()}.