Remove debug data from previous request (causes memory overage in PHP 8.0)

This commit is contained in:
Kijin Sung 2021-02-09 19:33:47 +09:00
parent ae163b95d4
commit 1289776c97
2 changed files with 0 additions and 21 deletions

View file

@ -200,12 +200,6 @@ $(function() {
}
};
// Add debug data from the previous request.
if (window.rhymix_debug_previous) {
window.rhymix_debug_previous.page_title = 'PREVIOUS POST : ' + window.rhymix_debug_previous.ajax_module + "." + window.rhymix_debug_previous.ajax_act;
rhymix_debug_add_data(window.rhymix_debug_previous, false);
}
// Add debug data from the current request.
if (window.rhymix_debug_content) {
window.rhymix_debug_content.page_title = 'MAIN PAGE';