Remove dead code
This commit is contained in:
parent
a2ef43b2a4
commit
f906d13ef2
@ -42,10 +42,10 @@ class Step
|
|||||||
@time = 0
|
@time = 0
|
||||||
end
|
end
|
||||||
|
|
||||||
def log_file_path full_path=true
|
def log_file_path
|
||||||
file = "#{@category}.#{@name}.txt"
|
file = "#{@category}.#{@name}.txt"
|
||||||
return file unless @test.log_root and full_path
|
root = @test.log_root
|
||||||
@test.log_root + file
|
root ? root + file : file
|
||||||
end
|
end
|
||||||
|
|
||||||
def status_colour
|
def status_colour
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user