Skip to content

Commit 728bbe3

Browse files
committed
remove dep code
1 parent edd061c commit 728bbe3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Torann/GeoIP/GeoIP.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,7 @@ private function find($ip = null)
127127
// Check Session
128128
if ($ip === null && $position = $this->session->get('geoip-location'))
129129
{
130-
// TODO: Remove default check on 2/28/14
131-
if(isset($position['default']) && $position['ip'] === $this->remote_ip) {
132-
return $position;
133-
}
130+
return $position;
134131
}
135132

136133
// If IP not set, user remote IP

0 commit comments

Comments
 (0)