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