diff --git a/wms/contract/contract-input.php b/wms/contract/contract-input.php
index 493fa55a..07f91c42 100644
--- a/wms/contract/contract-input.php
+++ b/wms/contract/contract-input.php
@@ -15,8 +15,6 @@ $stmt->bindParam(':accounttype',$accounttype);
$stmt->execute();
$contractpersons = $stmt->fetchAll(PDO::FETCH_ASSOC);
-$createFacilityNo = new CreateFacilityNo();
-$facilityno = $createFacilityNo->makeTFacilityNo("T", 'X', 5);
?>