Remove unused code

GSoC/Meterpreter_Web_Console
James Barnett 2018-04-17 14:28:28 -05:00
parent 82798424b2
commit 77558cd2d7
No known key found for this signature in database
GPG Key ID: 647983861A4EC5EA
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ module Msf::DBManager::Connection
begin
# Migrate the database, if needed
migrate
# Set the default workspace
#framework.db.workspace = framework.db.default_workspace
rescue ::Exception => exception
self.error = exception
elog("DB.connect threw an exception: #{exception}")