Skip to content

Commit

Permalink
rm unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Bucaran committed Jul 15, 2015
1 parent 9a7f886 commit a1588d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Fly from "./fly"
import Parsec from "parsec"
import reporter from "./reporter"
import * as cli from "./cli/"
import { trace, notifyUpdates, findPath as find } from "fly-util"
import { notifyUpdates, findPath as find } from "fly-util"
import pkg from "../package"

notifyUpdates({ pkg })
Expand Down

0 comments on commit a1588d1

Please sign in to comment.