Using `is_verbose' instead of debug clause "nino"

This commit is contained in:
Jocelyn Fiat
2011-11-14 16:32:28 +01:00
parent b78c44f4a1
commit 713978d70f

View File

@@ -112,7 +112,7 @@ feature -- Parsing
line = Void or end_of_stream
loop
n := line.count
debug ("nino")
if is_verbose then
print ("%N" + line)
end
pos := line.index_of (':',1)
@@ -144,7 +144,7 @@ feature -- Parsing
local
pos, next_pos: INTEGER
do
debug ("nino")
if is_verbose then
print ("%N## Parse HTTP request line ##")
print ("%N")
print (line)