Remove unnecessary log import, cause of error in samples
This commit is contained in:
parent
0e732dded6
commit
6bbbda75c2
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ package opencv
|
|||
import "C"
|
||||
import (
|
||||
//"errors"
|
||||
"log"
|
||||
//"log"
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue