Skip to content

Commit f47db95

Browse files
committed
chore(OUT-2112): removed console.log, finalized all expect for the icon
1 parent 781b33d commit f47db95

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/app/detail/ui/ClientDetailAppBridge.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ interface DetailAppBridgeProps {
1717
export const ClientDetailAppBridge = ({ handleTaskComplete, isTaskCompleted, portalUrl }: DetailAppBridgeProps) => {
1818
const [awake, setAwake] = useState(false)
1919

20-
console.log(isTaskCompleted)
21-
2220
useEffect(() => {
2321
setTimeout(() => {
2422
setAwake(true)

0 commit comments

Comments
 (0)