Remove module_loaded check in get_backend

When the code server loads modules dynamically,
module_loaded(Backend) will not return true until it has actually
been called. Since couch_log is the only thing that calls it this
can result in the backend module never being loaded.

Closes COUCHDB-2968

This closes #11
1 file changed
tree: ecffd7d78b630061ca69b6f8e457c4e488fbee09
  1. priv/
  2. src/
  3. .gitignore
  4. .travis.yml
  5. LICENSE
  6. rebar.config