diff --git a/code/modules/awaymissions/mission_code/evil_santa.dm b/code/modules/awaymissions/mission_code/evil_santa.dm
deleted file mode 100644
index 19ec3ad2dc5..00000000000
--- a/code/modules/awaymissions/mission_code/evil_santa.dm
+++ /dev/null
@@ -1,23 +0,0 @@
-/obj/item/paper/journal_scrap_1
- name = "survivor's journal page 1"
- info = "Coal again.
\
- Every year, coal in my stockings when this stupid holiday comes around.
\
- Not this year though. This year will be different. I'm going to find that fat man, I swear.
\
- He'll have to give me all the good presents, if he wants to live long enough to get any cookies."
-
-/obj/item/paper/journal_scrap_2
- name = "survivor's journal page 9"
- info = "The North Pole... You'd think it was a part of his legend, but he actually lives there!
\
- The elves and village are a lie though. Not sure where the toys come from yet, but I'll get them.
\
- Not much out here, a couple little shacks and a big igloo in the center... Bet he's inside that.
\
- On an unrelated note, great packing snow. Built a snowman today."
-
-/obj/item/paper/journal_scrap_3
- name = "survivor's journal page 25"
- info = "Oh man... This is bad...
\
- Not even my Syndicate training was a match for him. Barely made it out with my life.
\
- He was just waiting for me... He knew. He was ready.
\
- Couldn't make it back to my shack. That gun would have helped, if only I brought it...
\
- Cave-in has me trapped in here, I just hope the distress signal reaches help in time...
\
-
\
- He knows. He knows. He knows. He knows. He knows. He knows. He knows. He knows. He knows."
diff --git a/code/modules/mapping/test_tiny.dm b/code/modules/mapping/test_tiny.dm
deleted file mode 100644
index 0c6294c15d0..00000000000
--- a/code/modules/mapping/test_tiny.dm
+++ /dev/null
@@ -1,5 +0,0 @@
-/datum/map/test_tiny
- fluff_name = "test_tiny"
- technical_name = "test_tiny"
- map_path = "_maps/map_files/test_tiny/test_tiny.dmm"
- voteable = FALSE
diff --git a/paradise.dme b/paradise.dme
index d5e13ece3c1..35c4658cb5a 100644
--- a/paradise.dme
+++ b/paradise.dme
@@ -1428,7 +1428,6 @@
#include "code\modules\awaymissions\maploader\writer.dm"
#include "code\modules\awaymissions\mission_code\beach.dm"
#include "code\modules\awaymissions\mission_code\challenge.dm"
-#include "code\modules\awaymissions\mission_code\evil_santa.dm"
#include "code\modules\awaymissions\mission_code\ghost_role_spawners\golems.dm"
#include "code\modules\awaymissions\mission_code\ghost_role_spawners\oldstation.dm"
#include "code\modules\awaymissions\mission_code\ruins\gps.dm"
@@ -1811,7 +1810,6 @@
#include "code\modules\mapping\mapping_helpers.dm"
#include "code\modules\mapping\merge_conflicts.dm"
#include "code\modules\mapping\metastation.dm"
-#include "code\modules\mapping\test_tiny.dm"
#include "code\modules\maptext_alerts\text_blurbs.dm"
#include "code\modules\martial_arts\adminfu.dm"
#include "code\modules\martial_arts\brawling.dm"