mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-03 18:42:10 +09:00
Remove debug code
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8531 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e7a06eda32
commit
e63179d4ec
1 changed files with 0 additions and 3 deletions
|
|
@ -135,9 +135,6 @@ class Context {
|
|||
session_start();
|
||||
if($sess=$_POST[session_name()]) session_id($sess);
|
||||
|
||||
debugPrint($sess);
|
||||
debugPrint(session_id());
|
||||
|
||||
// set authentication information in Context and session
|
||||
if(Context::isInstalled()) {
|
||||
$oModuleModel = &getModel('module');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue