diff options
| author | Patrick Venture <venture@google.com> | 2018-04-24 10:05:17 -0700 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2018-06-01 09:21:08 -0700 |
| commit | 00d5199cbc6302981f4a58b09ffaec8c4af3a474 (patch) | |
| tree | 410de87562250880c618205a2e3d5580246115a4 | |
| parent | 5f02ad282f52e5ff045bba941acc9a318ebfff64 (diff) | |
| download | phosphor-pid-control-00d5199cbc6302981f4a58b09ffaec8c4af3a474.tar.gz phosphor-pid-control-00d5199cbc6302981f4a58b09ffaec8c4af3a474.zip | |
fancontroller: remove percentage log entry
This log entry was just to debug something and also didn't have
a corresponding header in the log file. It is no longer necessary.
Tested: Ran on quanta-q71l and verified the log looked as expected.
Change-Id: I4a433cf8181c7d28977bf60ca932d25a4b307c84
Signed-off-by: Patrick Venture <venture@google.com>
| -rw-r--r-- | pid/fancontroller.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pid/fancontroller.cpp b/pid/fancontroller.cpp index b5949a8..b0b300f 100644 --- a/pid/fancontroller.cpp +++ b/pid/fancontroller.cpp @@ -137,10 +137,6 @@ void FanController::output_proc(float value) sensor->write(static_cast<double>(percent)); } -#ifdef __TUNING_LOGGING__ - _owner->getLogHandle() << "," << percent; -#endif - return; } |

