@visns-studio/visns-components 5.2.10 → 5.2.11

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.
package/package.json CHANGED
@@ -78,7 +78,7 @@
78
78
  "react-dom": "^17.0.0 || ^18.0.0"
79
79
  },
80
80
  "name": "@visns-studio/visns-components",
81
- "version": "5.2.10",
81
+ "version": "5.2.11",
82
82
  "description": "Various packages to assist in the development of our Custom Applications.",
83
83
  "main": "src/index.js",
84
84
  "files": [
@@ -217,10 +217,6 @@ function GenericDetail({
217
217
  }
218
218
  };
219
219
 
220
- useEffect(() => {
221
- console.info(data);
222
- }, [data]);
223
-
224
220
  /** General Functions */
225
221
  const togglePasswordVisibility = () => {
226
222
  setPasswordVisible(!passwordVisible);