remove log
This commit is contained in:
parent
c794561561
commit
b8114dda7d
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ export default class BuildList extends React.Component {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
const statusColour = GlobalStyles.get('CIRCLE_TEST_COLOURS').get(build.status.toUpperCase());
|
const statusColour = GlobalStyles.get('CIRCLE_TEST_COLOURS').get(build.status.toUpperCase());
|
||||||
console.log('status colour', statusColour);
|
|
||||||
return <BuildItem build={build} project={this.props.project} statusColour={statusColour} />;
|
return <BuildItem build={build} project={this.props.project} statusColour={statusColour} />;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue