Skip to content

Commit

Permalink
chore: remove experimental mfs flag
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 committed Jun 4, 2018
1 parent fd7a590 commit 75fc836
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 75fc836

Please sign in to comment.