Remove log imports
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2020-05-16 21:21:47 +02:00
parent 86f4d68d9c
commit 09fc791c4f
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ import (
"html"
"html/template"
"io/ioutil"
"log"
"os"
"os/exec"
"path/filepath"

View File

@ -1,7 +1,6 @@
package main
import (
"log"
"math/rand"
"regexp"
"strings"