Skip to content

Commit

Permalink
chore(cleanup): remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Joseph committed Oct 22, 2016
1 parent a546a25 commit 386a0e9
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions app/actions/session.js
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
/*
{
users: {
robinjoseph08: {
id: 1,
username: 'robinjoseph08',
captures: [{}]
}
},
pokemon: {
1: {
national_id: 1,
name: 'Bulbasaur'
}
},
region: 'national',
showInfo: true,
showShare: false,
showScroll: true,
token: 'token',
currentPokemon: 1,
reload: false
}
*/

import { push } from 'react-router-redux';

import { Config } from '../../config';
Expand Down

0 comments on commit 386a0e9

Please sign in to comment.