@visns-studio/visns-components 2.9.0 → 2.9.1

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.
@@ -104,10 +104,6 @@ function GenericIndex({ layout = 'full', setting, userProfile }) {
104
104
  };
105
105
  }, []);
106
106
 
107
- useEffect(() => {
108
- console.info(config);
109
- }, [config]);
110
-
111
107
  return (
112
108
  <>
113
109
  <div className="grid">
package/package.json CHANGED
@@ -44,7 +44,7 @@
44
44
  "react-dom": "^17.0.1"
45
45
  },
46
46
  "name": "@visns-studio/visns-components",
47
- "version": "2.9.0",
47
+ "version": "2.9.1",
48
48
  "description": "Various packages to assist in the development of our Custom Applications.",
49
49
  "main": "index.js",
50
50
  "scripts": {