Skip to content

Commit

Permalink
Removed debugger statement, v.1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevinsky committed Oct 15, 2016
1 parent 1b2ae5c commit 9d69f67
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.idea
node_modules
lib
memo.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-actions-sequences",
"version": "1.0.1",
"version": "1.0.3",
"description": "Make sequences of actions trigger a new action",
"main": "lib/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ export const fireOnSequence = (action, sequence, {

const result = sequence(a);
if (result === symNext) {
debugger;

if (once) {
unregister();
Expand Down

0 comments on commit 9d69f67

Please sign in to comment.