summaryrefslogtreecommitdiff
path: root/src/fabric_rpc.erl
diff options
context:
space:
mode:
authorBrad Anderson <brad@cloudant.com>2010-05-27 16:43:32 -0400
committerBrad Anderson <brad@cloudant.com>2010-05-27 16:43:32 -0400
commitfaedecbc0393d87523fbc19b9edc17504c504782 (patch)
treeaf10ae153bd630c5d3a23295db1323998e4f3219 /src/fabric_rpc.erl
parent591eb31af0ad55e528358608f352474283b47430 (diff)
get_db_info working, also reorg'd fabric to doc and db module structure
Diffstat (limited to 'src/fabric_rpc.erl')
-rw-r--r--src/fabric_rpc.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fabric_rpc.erl b/src/fabric_rpc.erl
index 54f3b338..a0c0a568 100644
--- a/src/fabric_rpc.erl
+++ b/src/fabric_rpc.erl
@@ -13,7 +13,6 @@ open_doc(DbName, DocId, Revs, Options) ->
with_db(DbName, {couch_api, open_doc, [DocId, Revs, Options]}).
get_db_info(DbName) ->
- ?debugHere,
with_db(DbName, {couch_db, get_db_info, []}).
%%