Remove stray dlog filling framework.log

GSoC/Meterpreter_Web_Console
William Vu 2018-04-09 13:58:10 -05:00
parent 7b85edfde5
commit e17a788ab5
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ class DataProxy
# Used to bridge the local db # Used to bridge the local db
# #
def method_missing(method, *args, &block) def method_missing(method, *args, &block)
dlog ("Attempting to delegate method: #{method}")
unless @current_data_service.nil? unless @current_data_service.nil?
@current_data_service.send(method, *args, &block) @current_data_service.send(method, *args, &block)
end end