Remove debugging line - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 9fed67e2ce275dad1db05863e6e090c4c8034407
 (DIR) parent 34b770e9bd84e93c02899ee08c8eb9919f1090b8
 (HTM) Author: HD Moore <hd_moore@rapid7.com>
       Date:   Sun,  1 Mar 2009 22:47:31 +0000
       
       Remove debugging line
       
       Diffstat:
         M web/app/controllers/analyze_contro… |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/web/app/controllers/analyze_controller.rb b/web/app/controllers/analyze_controller.rb
       @@ -57,7 +57,6 @@ class AnalyzeController < ApplicationController
                end
                
                cdata = "File not found"
       -        cdata = h(res.inspect)
                if(cpath and File.readable?(cpath))
                        cdata = File.read(cpath, File.size(cpath))
                end