diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw
index e13e2bbe922b916f0b0c1d748a200d7e7da7cb29..180a47096060cc06d7e1e1699b070e0bd304c53c 100644
--- a/src/uncategorized/neighborInteract.tw
+++ b/src/uncategorized/neighborInteract.tw
@@ -1,15 +1,5 @@
 :: Neighbor Interact [nobr jump-to-safe jump-from-safe]
 
-<<if def $buyArcologyDirection>>
-	<<run delete $buyArcologyDirection>>
-<</if>>
-<<if def $sellArcologyDirection>>
-	<<run delete $sellArcologyDirection>>
-<</if>>
-<<if def $transaction>>
-	<<run delete $transaction>>
-<</if>>
-
 <<set $averageProsperity = 0>>
 <<set _neighboringArcologyCount = 0>>
 <<for $i = 0; $i < $arcologies.length; $i++>>