Merge pull request #2 from nfillot/master
Remove unnecessary log import, cause of error in samples
This commit is contained in:
commit
554f5c57b3
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ package opencv
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
//"errors"
|
//"errors"
|
||||||
"log"
|
//"log"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue