aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/web/src/gui/pages/content_games.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'diplomacy/web/src/gui/pages/content_games.jsx')
-rw-r--r--diplomacy/web/src/gui/pages/content_games.jsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/diplomacy/web/src/gui/pages/content_games.jsx b/diplomacy/web/src/gui/pages/content_games.jsx
index 5250f03..ef79b58 100644
--- a/diplomacy/web/src/gui/pages/content_games.jsx
+++ b/diplomacy/web/src/gui/pages/content_games.jsx
@@ -26,7 +26,6 @@ import {ContentGame} from "./content_game";
import PropTypes from 'prop-types';
import {Tab} from "../components/tab";
import {GameCreationWizard} from "../wizards/gameCreation/gameCreationWizard";
-import {Diplog} from "../../diplomacy/utils/diplog";
const TABLE_LOCAL_GAMES = {
game_id: ['Game ID', 0],
@@ -109,10 +108,6 @@ export class ContentGames extends React.Component {
username={this.getPage().channel.username}
onSubmit={(form) => {
onClose();
- Diplog.info(`Creating game:`);
- for (let entry of Object.entries(form)) {
- Diplog.info(`${entry[0]}: ${entry[1] ? entry[1].toString() : entry[1]}`);
- }
this.onCreate(form);
}}/>
))}>