You are here

function raven_update_7301 in Raven: Sentry Integration 7.4

Same name and namespace in other branches
  1. 7.3 raven.install \raven_update_7301()

Remove obsolete variables.

File

./raven.install, line 70
Install, update, and uninstall functions for the Raven module.

Code

function raven_update_7301() {
  variable_del('raven_js_source');
  variable_del('raven_js_cdn_url');
}