remove duplicate log() function from RealtimePlugin
This commit is contained in:
parent
e074fe6599
commit
41f10b742c
|
@ -293,13 +293,6 @@ class RealtimePlugin extends Plugin
|
|||
return $tags;
|
||||
}
|
||||
|
||||
// Push this up to Plugin
|
||||
|
||||
function log($level, $msg)
|
||||
{
|
||||
common_log($level, get_class($this) . ': '.$msg);
|
||||
}
|
||||
|
||||
function _getScripts()
|
||||
{
|
||||
return array('plugins/Realtime/realtimeupdate.js',
|
||||
|
|
Loading…
Reference in New Issue
Block a user