change _debug to _syslog
This commit is contained in:
@@ -88,7 +88,6 @@ function page:runFunction(id, script)
|
||||
local fn, msg = loadstring(script, 'script')
|
||||
if not fn then
|
||||
self.notification:error('Error in script')
|
||||
--debug(msg)
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user