Skip to content

Commit

Permalink
FIX: removed printed output in case of DNS awake
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed May 2, 2019
1 parent 615e82b commit d108457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mezz/sys-ports.r
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ init-schemes: func [
title: "DNS Lookup"
name: 'dns
spec: system/standard/port-spec-net
awake: func [event] [print event/type true]
awake: func [event] [true]
]

make-scheme [
Expand Down

0 comments on commit d108457

Please sign in to comment.