diff --git a/stitch_project/stitch/LockInAccumulator.vhd b/stitch_project/stitch/LockInAccumulator.vhd
index b0e4de08a09eb57c68cfdcad5d43202675416881..c92f8f62bf60c2797857e35d3f621170eccd9985 100644
--- a/stitch_project/stitch/LockInAccumulator.vhd
+++ b/stitch_project/stitch/LockInAccumulator.vhd
@@ -147,9 +147,7 @@ begin
                 dataInternal <= dataInternal;
                 sinApplied <= sinInternal;
                 cosApplied <= cosInternal;
-                --dataApplied <= dataInternal;
-                dataApplied(0) <= '1';
-                dataApplied(20 downto 1) <= (others => '0');
+                dataApplied <= dataInternal;
                 trigInternal <= '1';
                 enableInternal <= '1';
                 clearInternal <= '0';