If you're sure you're not connecting the signal in your own code...
I'd probably poke around in the individual scene files (*.tscn
) looking for an suspicious signal connection. Signal connections will look something like this:
[connection signal="area_entered" from="HeadCollider" to="." method="_on_HeadCollider_area_entered"]
I assume there's still something connecting the offending signal.