This commit is contained in:
Roman Kozlov 2018-04-06 11:31:37 +03:00
parent 151ced9044
commit c3fdb2af3a
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ export default class CameraScreenBase extends Component {
scannerOptions.frameLeft = this.props.frameLeft || FRAME_LEFT
scannerOptions.frameTop = this.props.frameTop || FRAME_TOP
console.log('NIGA', "color = " + this.props.overlayColor);
if (this.props.overlayColor) {
scannerOptions.overlayColor = processColor(this.props.overlayColor)
} else {