We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3625530 commit ad77d7cCopy full SHA for ad77d7c
src/mezz/sys-ports.reb
@@ -65,9 +65,6 @@ make-port*: func [
65
66
; Create the port with the correct scheme spec:
67
port: make system/standard/port []
68
-; prin "spec: " probe spec
69
-; prin "scheme/spec: " probe scheme/spec
70
-; prin "system/standard/port-spec-head: " probe system/standard/port-spec-head
71
port/spec: make any [scheme/spec system/standard/port-spec-head] spec
72
port/spec/scheme: name
73
port/scheme: scheme
@@ -96,8 +93,6 @@ url-parser: make object! [
96
93
out: make block! 14
97
94
value: none
98
95
99
- probe system/catalog/bitsets
100
-
101
;-- Basic Character Sets
102
digit: system/catalog/bitsets/numeric
103
alpha: system/catalog/bitsets/alpha
0 commit comments