remove unwanted console output
This commit is contained in:
@@ -138,7 +138,9 @@ feature -- Conversion
|
|||||||
end
|
end
|
||||||
|
|
||||||
Result.append ("</div>")
|
Result.append ("</div>")
|
||||||
Result.append ("curr=" + curr.out +" step=" + step.out + " nb=" + nb.out)
|
debug
|
||||||
|
Result.append ("curr=" + curr.out +" step=" + step.out + " nb=" + nb.out)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -151,7 +151,9 @@ feature {NONE} -- Storage
|
|||||||
build
|
build
|
||||||
end
|
end
|
||||||
rescue
|
rescue
|
||||||
io.error.put_string ("Error while loading Cookie session...!%N")
|
debug ("wsf")
|
||||||
|
io.error.put_string ("Error while loading Cookie session...!%N")
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
build
|
build
|
||||||
|
|||||||
Reference in New Issue
Block a user