Skip to content

Commit

Permalink
Remove debug message to make stdout cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
flux1on committed Jul 29, 2017
1 parent ca4c413 commit d15f378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scan_python.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ static std::string get_working_dir(const std::string& path)
void ScanPython::init(const scanner_params& /*sp*/)
{
if (py_module.empty() || py_function.empty()) {
DEBUG(1)("[scan_python] Cannot call python becase no provided module/function." "\n"
"\t\t\t\t" "Please use arguments -S py_module=module -S py_function=foo" );
//DEBUG(1)("[scan_python] Cannot call python becase no provided module/function." "\n"
// "\t\t\t\t" "Please use arguments -S py_module=module -S py_function=foo" );
// "\n" "\t\t\t\t" "The scanner 'python' is disabled to avoid warning messages.");
// sp.info->flags = scanner_info::SCANNER_DISABLED;
// TODO(simsong): Should we disable the scanner to avoid warnings?
Expand Down

0 comments on commit d15f378

Please sign in to comment.