No time precision in UDP/IP

This commit is contained in:
Walter Dal Mut
2014-09-26 21:55:57 +02:00
parent 318ef04a34
commit edbd3e5e27
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -4,6 +4,8 @@ namespace InfluxDB\Adapter;
use GuzzleHttp\Client;
use InfluxDB\Options;
use InfluxDb\Adapter\QueryableInterface;
use InfluxDB\Adapter\AdapterInterface;
class GuzzleAdapter implements AdapterInterface, QueryableInterface
{
-3
View File
@@ -17,9 +17,6 @@ class UdpAdapter implements AdapterInterface
return $this->options;
}
/**
* @todo Handle timePrecision parameter
*/
public function send($message, $timePrecision = false)
{
$message = json_encode($message);