Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
greena13 committed Jan 24, 2018
1 parent 0f98ece commit 9035c3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ref-manager",
"version": "0.0.4",
"version": "0.0.5",
"description": "Manage, focus and scroll to Elements or React components (refs)",
"main": "lib/index.js",
"scripts": {
Expand Down
3 changes: 0 additions & 3 deletions src/RefManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,6 @@ class RefManager {
}
}();

console.warn('_itemId, _options:');
console.warn(_itemId, _options);

if (_itemId) {
return this.focus(this.get(collectionId, _itemId), {
id: _itemId,
Expand Down

0 comments on commit 9035c3c

Please sign in to comment.