Remove unneeded code

This commit is contained in:
ethicalhack3r
2014-12-15 16:01:24 +01:00
parent 85971e0e91
commit adfa5dddcf

View File

@@ -243,11 +243,3 @@ end
def directory_listing_enabled?(url)
Browser.get(url.to_s).body[%r{<title>Index of}] ? true : false
end
def log
@log
end
def log=(log)
@log = log
end