react-image-annotate-master-custom 0.0.11 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -112,7 +112,6 @@ export var Annotator = function Annotator(_ref) {
112
112
  state = _useReducer2[0],
113
113
  dispatchToReducer = _useReducer2[1];
114
114
 
115
- console.log("🚀 ~ state:", state);
116
115
  var dispatch = useEventCallback(function (action) {
117
116
  if (action.type === "HEADER_BUTTON_CLICKED") {
118
117
  if (["Exit", "Done", "Save", "Complete"].includes(action.buttonName)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-image-annotate-master-custom",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "dependencies": {
5
5
  "@fortawesome/fontawesome-svg-core": "^1.2.12",
6
6
  "@fortawesome/free-solid-svg-icons": "^5.6.3",