Skip to content

Commit

Permalink
(#6946) - Remove debug dep
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey committed Feb 23, 2018
1 parent 2987c56 commit 3b605aa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/node_modules/pouchdb-core/src/index.js
@@ -1,14 +1,10 @@
import PouchDB from './setup';
import version from './version';
import pouchDebug from 'pouchdb-debug';
import pouchChangesFilter from 'pouchdb-changes-filter';

// TODO: remove from pouchdb-core (breaking)
PouchDB.plugin(pouchDebug);

// TODO: remove from pouchdb-core (breaking)
PouchDB.plugin(pouchChangesFilter);

PouchDB.version = version;

export default PouchDB;
export default PouchDB;

0 comments on commit 3b605aa

Please sign in to comment.