Merge pull request #6069 from eatkins/remove-unnecessary-log-line

Remove unnecessary log line in thin client
This commit is contained in:
eugene yokota 2020-11-06 07:39:32 -05:00 committed by GitHub
commit 92cbaa925f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -492,7 +492,6 @@ class NetworkClient(
val message = timing(startTime, now)
val ec = exitCode
if (batchMode.get || !attached.get) {
console.appendLog(Level.Info, s"$name completed")
if (ec == 0) console.success(message)
else console.appendLog(Level.Error, message)
}