Update TunnelMiddleware.php

This commit is contained in:
董巍 2019-03-13 18:56:21 +08:00
parent deb3dadbe4
commit d12d0486b9

View File

@ -52,8 +52,6 @@ class TunnelMiddleware
['status_value' => $status == 200 ? $status : -$status]
)
);
app('rpc.logger')->info('record to influxdb',
['rs' => $database->writePoints($points, Database::PRECISION_SECONDS)]);
}
}