Skip to content

Commit

Permalink
Merge pull request #7 from dollarshaveclub/query-param-overwrite-loca…
Browse files Browse the repository at this point in the history
…l-storage

Remove errant log
  • Loading branch information
briangonzalez authored Oct 29, 2016
2 parents 20f5d60 + 68823cd commit b1deb46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/test.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ class Test {
const useStoredAssignment = options.persist && tests[name];
const shouldAssign = (assignmentMatchesName && isValidBucket) || !useStoredAssignment;

console.log(shouldAssign, useStoredAssignment)

// Retrieve Bucket from storage if possible
if (!shouldAssign) {
bucket = tests[name].bucket;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ab-tester",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/dollarshaveclub/ab-tester.js",
"main": "./index.js",
"repository": {
Expand Down

0 comments on commit b1deb46

Please sign in to comment.