File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,17 +13,10 @@ const HyperdbReadTransform = require('./lib/HyperdbReadTransform')
1313const JoinStream = require ( './lib/JoinStream' )
1414const planner = require ( './lib/planner' )
1515const pkg = require ( './package.json' )
16- const attachCreateReadStream = require ( './lib/hyperdbModifier' ) . attachCreateReadStream
1716
1817const Transform = stream . Transform
1918const PassThrough = stream . PassThrough
2019
21- // temporarily augment hyperdb prototype to include createReadStream
22- // if (!hyperdb.createReadStream) {
23- // console.log('USING CUSTOM createReadStream')
24- // attachCreateReadStream(hyperdb)
25- // }
26-
2720function Graph ( storage , key , opts ) {
2821 if ( ! ( this instanceof Graph ) ) return new Graph ( storage , key , opts )
2922 events . EventEmitter . call ( this )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments