Remove a line of code.

I'm OCD, I get it.
master
DjBushido 2014-04-05 17:06:52 -04:00
parent 86a1f26004
commit 9219578b84
1 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,6 @@ public class LocationClient {
} }
public List<Location> getLocations() { public List<Location> getLocations() {
LocationService client = getAdapter(); return getAdapter().listLocations();
return client.listLocations();
} }
} }