Removed a debug printf statement.

This commit is contained in:
Benoit Steiner 2015-02-10 10:29:28 -08:00
parent 3ba6647398
commit 91fe3a3004

View File

@ -89,9 +89,6 @@ class TensorLayoutSwapOp : public TensorBase<TensorLayoutSwapOp<XprType>, WriteA
EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE TensorLayoutSwapOp& operator = (const OtherDerived& other)
{
std::cout << "In assignment operator " << std::endl;
typedef TensorAssignOp<TensorLayoutSwapOp, const OtherDerived> Assign;
Assign assign(*this, other);
internal::TensorExecutor<const Assign, DefaultDevice, false>::run(assign, DefaultDevice());