Removed sillyness

This commit is contained in:
Alex Bilbie
2013-02-15 16:35:28 +00:00
parent ff37850fea
commit 645fc7210e

View File

@@ -247,7 +247,4 @@ public function action_access_token()
header('Content-type: application/json');
echo json_encode($response);
}
header('Content-type: application/json');
echo json_encode($response);
}
```