You are here

function cron_debug_uninstall in Cron Debug 7

Implements hook_uninstall().

File

./cron_debug.install, line 11
Uninstall function for the cron_debug module.

Code

function cron_debug_uninstall() {
  variable_del('cron_debug_flag');
}