# File lib/sass/logger/delayed.rb, line 38
  def uninstall!
    if Sass.logger != self
      throw Exception.new("Can't uninstall a logger that's not currently installed.")
    end

    @inner.log_level = log_level
    Sass.logger = @inner
  end