From 68aca395a464e57a61ba3ea13dc6f711afa31cec Mon Sep 17 00:00:00 2001 From: James Barnett Date: Tue, 21 Aug 2018 15:06:30 -0500 Subject: [PATCH] Remove debug logging --- .../framework/data_service/proxy/workspace_data_proxy.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/metasploit/framework/data_service/proxy/workspace_data_proxy.rb b/lib/metasploit/framework/data_service/proxy/workspace_data_proxy.rb index bc786abf9b..04ea0c31f7 100644 --- a/lib/metasploit/framework/data_service/proxy/workspace_data_proxy.rb +++ b/lib/metasploit/framework/data_service/proxy/workspace_data_proxy.rb @@ -39,7 +39,6 @@ module WorkspaceDataProxy else # This is mostly a failsafe to prevent bad things from happening. @current_workspace should always be set # outside of here, but this will save us from crashes/infinite loops if that happens - warn "@current_workspace was not set. Setting to default_workspace: #{default_workspace.name}" @current_workspace = default_workspace end rescue => e