summaryrefslogtreecommitdiffstats
path: root/web/js/labitrack.d/01-console.js
blob: 4bd6def754a8f1f1e3bbed93a824387dab36c450 (plain) (blame)
1
2
3
4
5
(function(){
	if (window.console === undefined) {
		window.console = { log: function(){} };
	}
}());