Merge pull request #5906 from tstromberg/master-broked

Remove unused glog import
pull/5909/head
Thomas Strömberg 2019-11-13 17:03:21 -08:00 committed by GitHub
commit f63581b778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ import (
"os/exec"
"path/filepath"
"github.com/golang/glog"
"github.com/pkg/errors"
"golang.org/x/sys/windows/registry"
)