mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Remove logging statement.
This commit is contained in:
parent
5dcf416a7a
commit
14943f428f
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue