Removed the console.warn because the logging wasn't helpful.

This commit is contained in:
orangemug 2017-11-06 15:05:00 +00:00
parent 9801f49f4e
commit 365a0518a5

View file

@ -37,7 +37,6 @@ class ColorField extends React.Component {
left: pos.left + 196,
}
} else {
console.warn('Color field has no element to adjust position')
return {
top: 160,
left: 555,