mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
removing debug print
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/04/10 11:59:57 by maldavid #+# #+# */
|
/* Created: 2023/04/10 11:59:57 by maldavid #+# #+# */
|
||||||
/* Updated: 2024/02/24 21:38:11 by maldavid ### ########.fr */
|
/* Updated: 2024/02/25 09:29:31 by maldavid ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@@ -16,7 +16,6 @@
|
|||||||
#include <renderer/renderer.h>
|
#include <renderer/renderer.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <core/profiler.h>
|
#include <core/profiler.h>
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
namespace mlx
|
namespace mlx
|
||||||
{
|
{
|
||||||
@@ -50,7 +49,6 @@ namespace mlx
|
|||||||
core::error::report(e_kind::warning, "Text Library : trying to remove a text with an unkown or invalid ID '%d'", id);
|
core::error::report(e_kind::warning, "Text Library : trying to remove a text with an unkown or invalid ID '%d'", id);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
std::cout << _cache[id]->getText() << std::endl;
|
|
||||||
_cache[id]->destroy();
|
_cache[id]->destroy();
|
||||||
_invalid_ids.push_back(id);
|
_invalid_ids.push_back(id);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,11 +6,10 @@
|
|||||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/04/06 16:41:13 by maldavid #+# #+# */
|
/* Created: 2023/04/06 16:41:13 by maldavid #+# #+# */
|
||||||
/* Updated: 2024/02/25 08:17:09 by maldavid ### ########.fr */
|
/* Updated: 2024/02/25 09:29:36 by maldavid ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <renderer/texts/text_descriptor.h>
|
#include <renderer/texts/text_descriptor.h>
|
||||||
#include <renderer/texts/text_library.h>
|
#include <renderer/texts/text_library.h>
|
||||||
#include <renderer/texts/text.h>
|
#include <renderer/texts/text.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user