Skip to content

Commit 73c98b2

Browse files
committed
Spurious log
1 parent a92b8e7 commit 73c98b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

momentum-iron-router.js

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Transitioner.start();
2323

2424
Momentum.registerPlugin('iron-router', function(options) {
2525
check(options.options, Match.Optional(Function));
26-
console.log(options)
2726

2827
var getPluginOptions = function(node) {
2928
var type = options.options &&

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "percolate:momentum-iron-router",
33
summary: "A momentum plugin for transitioning Iron Router pages",
4-
version: "0.5.0",
4+
version: "0.5.1",
55
git: "https://github.com/percolatestudio/momentum-iron-router.git"
66
});
77

0 commit comments

Comments
 (0)