Skip to content

Commit

Permalink
Remove debugging output via console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Mar 18, 2016
1 parent 9c19194 commit 016e162
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/js/components/experiments/ExperimentList.js
Expand Up @@ -49,8 +49,6 @@ class ExperimentList extends ResourceList {
}, "/experiments/new");
};

console.log(this);

return [
(
<Action icon="clone" onClick={onClick.bind(this)}>Clone</Action>
Expand Down
2 changes: 0 additions & 2 deletions src/js/components/experiments/platforms/PlatformWizard.js
Expand Up @@ -313,8 +313,6 @@ class PlatformWizard extends React.Component {
}

_onPlatformTaskChange(id, value) {
console.log(id, value);

let tasks = this.state.platformTasks;

tasks[id] = value;
Expand Down

0 comments on commit 016e162

Please sign in to comment.