rm junk code

bug/bundler_fix
wchen-r7 2016-02-16 23:29:08 -06:00
parent 509a1e8de1
commit 08dff6541d
1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@ module Msf
module Util
module DocumentGenerator
class HTMLwithPygments < Redcarpet::Render::HTML
def block_code(code, language)
"Nope"
end
end
class DocumentNormalizer
CSS_BASE_PATH = File.expand_path(File.join(Msf::Config.data_directory, 'markdown.css' ))