'Console.log in Chrome dev tools console doesn't do anything
Solution 1:[1]
Solution 2:[2]
I had same problem, just reinstall Chrome and restart your computer.
Update: I don't know why but on my development environment just works with:
console.debug() and
console.error()
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Satya S |
| Solution 2 |



