Remove stray dlog filling framework.log
parent
7b85edfde5
commit
e17a788ab5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue