Skip to content

Commit

Permalink
Removing debug code, rolling new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tizzo committed Mar 29, 2015
1 parent 719adcf commit 53539c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ Loader.prototype.filterKeys = function(keys, config) {
* Allow only the collection of all whitelisted keys.
*/
Loader.prototype.filterAllowedKeys = function(config) {
console.log(this.allowedKeys);
return this.filterKeys(this.allowedKeys, config);
};

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": "yaml-config-loader",
"version": "1.2.1",
"version": "1.2.2",
"repository": {
"type" : "git",
"url" : "http://github.com/tizzo/yaml-config-loader.git"
Expand Down

0 comments on commit 53539c9

Please sign in to comment.