if(typeof(console) == 'undefined') {
	// TODO: Need to also have wrappers for all the other functions
	console = {log:function(txt){}, dir:function(func){}};
}