We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77df1c5 commit 9eb34e4Copy full SHA for 9eb34e4
1 file changed
src/app/pages/emoji.rs
@@ -1,6 +1,5 @@
1
//! This contains the functions to use for rendering the emoji page
2
use iced::{Border, Length::Fill, border::Radius, widget::tooltip};
3
-use log::info;
4
5
use crate::{
6
app::pages::prelude::*,
@@ -29,7 +28,6 @@ pub fn emoji_page(
29
28
30
let mut id_num = 0;
31
32
- info!("emojis found: {}", emojis.len());
33
for emoji_row in emoji_vec {
34
let mut emoji_row_element = Row::new().spacing(10);
35
for emoji in emoji_row {
0 commit comments