Removed stupid debug information.
This commit is contained in:
parent
109431cd40
commit
0e3a74558c
@ -151,6 +151,6 @@ class IDF_Issue extends Pluf_Model
|
|||||||
|
|
||||||
function postSave($create=false)
|
function postSave($create=false)
|
||||||
{
|
{
|
||||||
print IDF_Search::index($this);
|
IDF_Search::index($this);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user