about summary refs log tree commit diff
path: root/src/entities/raws.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/raws.rs')
-rw-r--r--src/entities/raws.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entities/raws.rs b/src/entities/raws.rs
index beeb90a40cea..da061d89d8d6 100644
--- a/src/entities/raws.rs
+++ b/src/entities/raws.rs
@@ -49,7 +49,6 @@ lazy_static! {
 }
 
 pub fn raw(name: &'static str) -> &'static EntityRaw<'static> {
-    debug!("{:?}", RAWS_BY_NAME.keys().collect::<Vec<&&'static str>>());
     RAWS_BY_NAME
         .get(name)
         .map(|e| *e)