diff --git a/bin/tadah_cli.cpp b/bin/tadah_cli.cpp
index 4aa3c3cc30abf9ae78473fb75917f7dbb72e0bef..c3de522035da76a512df5e11ed4a921fe717a474 100644
--- a/bin/tadah_cli.cpp
+++ b/bin/tadah_cli.cpp
@@ -1367,10 +1367,6 @@ int TadahCLI::subsub_dcalc() {
     pot_config.remove("FORCE");
     pot_config.add("FORCE", "true");
   }
-  if (dcalc->count("--Stress")) {
-    pot_config.remove("STRESS");
-    pot_config.add("STRESS", "true");
-  }
 
   DC_Selector DCS(pot_config);
   NNFinder nnf(pot_config);