I was wondering, how can i find out with javascript if the console object is available?
i have the problem that if i forget to remove a debug output
maybe...
if (console) { // do stuff }