canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

Replaced console with canLog from can-util #343

Closed Sinjhin closed 7 years ago

Sinjhin commented 7 years ago

In IE9 window.console is not available unless the dev tools are open and will silently break execution anytime it is referenced.

Replaces console with our canLog function from can-util

For canjs/canjs#3482