Browse Source

remove test line dying ajax it's better

pull/16/head
www-data 12 years ago
parent
commit
7048c14866
  1. 3
      system/RPC.php

3
system/RPC.php

@ -106,9 +106,6 @@ class RPC
$params = (array)$request->params;
$result = array();
\system\Logs\Logger::log('c\'est un test', 3, 'test', __file__, __line__);
\system\Logs\Logger::log('c\'est un test2', 3, 'test', __file__, __line__);
\system\Logs\Logger::log('c\'est un test', 1, 'test', __file__, __line__);
foreach($params as $p) {

Loading…
Cancel
Save