diff --git a/package.json b/package.json index 7bcef536..97296259 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boomerang-io/carbon-addons-boomerang-react", - "version": "3.0.0-beta.5", + "version": "3.0.0-beta.6", "license": "Apache-2", "repository": { "type": "git", diff --git a/src/components/TextInput/TextInput.jsx b/src/components/TextInput/TextInput.jsx index 55216a7e..030006cd 100644 --- a/src/components/TextInput/TextInput.jsx +++ b/src/components/TextInput/TextInput.jsx @@ -5,7 +5,6 @@ import { TextInput } from "@carbon/react"; import { Information } from "@carbon/react/icons"; import { prefix } from "../../internal/settings"; -console.log(TextInput); const TextInputComponent = React.forwardRef(function TextInputComponent( { id, label, labelText, tooltipClassName, tooltipContent, tooltipProps, ...textInputProps },