commit | 70ea1ca2ff4c0b0adc3d5f84a787ad496078868d | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Tue Jul 01 20:55:23 2014 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Tue Jul 01 20:58:54 2014 -0400 |
tree | e0333a45021ee43e767d30d66b33a7c4c4fa625a | |
parent | 8520a48a100c64b961e223aa43b7125fad034ada [diff] |
Remove unnecessary log message This commit removes a useless log message from call_until_true. The debug log there provides no useful debug information, just printing that the sleep loop iterated doesn't enable any extra debugging. In the worst case it ends up polluting the logs with the same message while the loop times out. So let's just remove it. Closes-Bug: #1336591 Change-Id: Ia0cec5c699470554a25c077082878772158f4c5a