Skip to content

Commit e932564

Browse files
committed
clean sview
1 parent 0c2e1e0 commit e932564

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/sview/sview.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"flag"
55
"log"
66
"path/filepath"
7-
"unsafe"
87

98
"github.com/sciter-sdk/go-sciter"
109
"github.com/sciter-sdk/go-sciter/window"
@@ -33,7 +32,6 @@ func setupViewer(w *window.Window) {
3332
return false
3433
},
3534
OnExchange: func(el *sciter.Element, p *sciter.ExchangeParams) bool {
36-
log.Println("ExchangeParams.cmd:", p.Cmd, unsafe.Sizeof(p.Cmd))
3735
if p.Cmd == sciter.X_WILL_ACCEPT_DROP|sciter.SINKING {
3836
if p.Data.IsString() {
3937
return true

0 commit comments

Comments
 (0)