Using `is_verbose' instead of debug clause "nino"
This commit is contained in:
@@ -112,7 +112,7 @@ feature -- Parsing
|
|||||||
line = Void or end_of_stream
|
line = Void or end_of_stream
|
||||||
loop
|
loop
|
||||||
n := line.count
|
n := line.count
|
||||||
debug ("nino")
|
if is_verbose then
|
||||||
print ("%N" + line)
|
print ("%N" + line)
|
||||||
end
|
end
|
||||||
pos := line.index_of (':',1)
|
pos := line.index_of (':',1)
|
||||||
@@ -144,7 +144,7 @@ feature -- Parsing
|
|||||||
local
|
local
|
||||||
pos, next_pos: INTEGER
|
pos, next_pos: INTEGER
|
||||||
do
|
do
|
||||||
debug ("nino")
|
if is_verbose then
|
||||||
print ("%N## Parse HTTP request line ##")
|
print ("%N## Parse HTTP request line ##")
|
||||||
print ("%N")
|
print ("%N")
|
||||||
print (line)
|
print (line)
|
||||||
|
|||||||
Reference in New Issue
Block a user