diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm
index a7ca30a569..497b145190 100644
--- a/code/modules/clothing/clothing.dm
+++ b/code/modules/clothing/clothing.dm
@@ -405,7 +405,6 @@
if(usr.put_in_hands(holding))
usr.visible_message("\The [usr] pulls a knife out of their boot!")
- playsound(src.loc, 'sound/weapons/flipblade.ogg', 40, 1)
holding = null
else
usr << "Your need an empty, unbroken hand to do that."