Skip to content

Commit

Permalink
chore: remove experimental mfs flag (#265)
Browse files Browse the repository at this point in the history
We are going all-in with mfs and not having it behind a flag: ipfs/js-ipfs#1360 (comment)
  • Loading branch information
achingbrain authored and vasco-santos committed Jun 6, 2018
1 parent 466a7bc commit 9dcd5b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ipfsd-in-proc.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ class Node extends EventEmitter {
this.opts.EXPERIMENTAL.pubsub = true
} else if (arg === '--enable-sharding-experiment') {
this.opts.EXPERIMENTAL.sharding = true
} else if (arg === '--enable-mfs-experiment') {
this.opts.EXPERIMENTAL.mfs = true
} else if (arg.startsWith('--pass')) {
this.opts.pass = arg.split(' ').slice(1).join(' ')
} else {
Expand Down

0 comments on commit 9dcd5b2

Please sign in to comment.