Skip to content

Commit

Permalink
Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Sep 22, 2011
1 parent 99b98c5 commit 8d7a161
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/Core.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

class Z_Core {
public static $MC = null; // Memcached
public static $Solr = null; // Solr
public static $debug = false;

public static function debug($str, $level=false) {
Expand All @@ -45,10 +44,6 @@ public static function logError($message) {
Z_Log::log(Z_CONFIG::$LOG_TARGET_DEFAULT, $message);
}

public static function isPosInt($val) {
return preg_match('/^[0-9]+$/', $val);
}

public static function getBacktrace() {
ob_start();
debug_print_backtrace();
Expand Down

0 comments on commit 8d7a161

Please sign in to comment.