@visns-studio/visns-components 4.10.11 → 4.10.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.
package/package.json CHANGED
@@ -75,7 +75,7 @@
75
75
  "react-dom": "^17.0.0 || ^18.0.0"
76
76
  },
77
77
  "name": "@visns-studio/visns-components",
78
- "version": "4.10.11",
78
+ "version": "4.10.12",
79
79
  "description": "Various packages to assist in the development of our Custom Applications.",
80
80
  "main": "src/index.js",
81
81
  "files": [
@@ -238,8 +238,6 @@ function Navigation({
238
238
  const renderSetting = (n) => {
239
239
  const isActive = location.pathname === n.url; // Check if current path matches setting URL
240
240
 
241
- console.info(location.pathname, n);
242
-
243
241
  const iconComponents = {
244
242
  bug: Bug,
245
243
  calendar: Calendar,