In the datablock for the weapon's fire sequence there should be an animation entry that you can remove.
function UhuhuhuImage::onFire(%this,%obj,%slot){ if(%obj.getDamagePercent() < 1.0) %obj.playThread(2, shiftAway); Parent::onFire(%this,%obj,%slot); }