removed dead code

This commit is contained in:
Ramon Gebben
2016-01-10 14:39:36 +01:00
parent b7b2632349
commit 04c86738b3

View File

@@ -18,9 +18,7 @@ var getMeHighMobile = React.createClass({
getInitialState: function(){
return {
shops: [
{name: 'Loading shops', id: '1234'}
],
shops: [],
lastPosition: 'unknown',
theOne: 'unknown'
}