Skip to content
Snippets Groups Projects
Commit 158328ec authored by Joni Laukka's avatar Joni Laukka
Browse files

removed console log

parent 6548dce6
No related branches found
No related tags found
2 merge requests!26Development,!24Faction color edit form
......@@ -67,7 +67,6 @@ export class EditGameForm extends React.Component {
this.setState(state => {
let factions = state.factions;
console.log(this.state.factionColorInput);
factions.push({
factionName: this.state.factionNameInput,
factionPassword: this.state.factionPasswordInput,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment