Skip to content

Commit

Permalink
Remove useless cond
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Mar 23, 2017
1 parent 8b1d4b6 commit af077a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/custom-blocks/block.js
Expand Up @@ -19,10 +19,6 @@ module.exports = (blocks) => function blockPlugin (opts = {}) {
if (keep.index !== 0) return
if (silent) return

if (value.indexOf('[[') !== 0) {
return
}

const linesToEat = []
const content = []

Expand Down

0 comments on commit af077a5

Please sign in to comment.