summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/theme.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 5395cb22f..122e58948 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -120,7 +120,6 @@ function theme_init() {
return $obj;
}
- watchdog("warning", "No valid themes enabled.");
@$obj =& new BaseTheme;
return $obj;
}