From 825f650e152afb243ab7e9233a640a393e999bae Mon Sep 17 00:00:00 2001 From: Martyn Gigg Date: Fri, 13 Mar 2015 09:25:43 +0000 Subject: [PATCH] Remove unused log entry. Refs #11350 --- Code/Mantid/Framework/MDEvents/src/MDWSDescription.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Code/Mantid/Framework/MDEvents/src/MDWSDescription.cpp b/Code/Mantid/Framework/MDEvents/src/MDWSDescription.cpp index 10b30e0d7135..43dc60fae2e7 100644 --- a/Code/Mantid/Framework/MDEvents/src/MDWSDescription.cpp +++ b/Code/Mantid/Framework/MDEvents/src/MDWSDescription.cpp @@ -156,16 +156,6 @@ MDWSDescription::buildFromMDWS(const API::IMDEventWorkspace_const_sptr &pWS) { m_DimMax[i] = pDim->getMaximum(); } m_Wtransf = Kernel::DblMatrix(pWS->getWTransf()); - // deal with the case when source MD workspace does not have any experiment - // infos - if (pWS->getNumExperimentInfo() != 0) { - this->addProperty( - "W_MATRIX", - pWS->getExperimentInfo(0) - ->run() - .getPropertyValueAsType>("W_MATRIX"), - true); - } } /** When the workspace has been build from existing MDWrokspace, some target *workspace parameters can not be defined,