Remove logging statement.

This commit is contained in:
Jonathan Puckey 2011-02-21 00:27:02 +01:00
parent 5dcf416a7a
commit 14943f428f

View file

@ -33,7 +33,6 @@ Color = Base.extend({
statics: { statics: {
read: function(args, index) { read: function(args, index) {
var index = index || 0, length = args.length - index; var index = index || 0, length = args.length - index;
console.log(args, length);
if (length == 1 && args[index] instanceof Color) { if (length == 1 && args[index] instanceof Color) {
return args[index]; return args[index];
} else if (length != 0 && args[0] !== null) { } else if (length != 0 && args[0] !== null) {