[poincare] Decimal: fix log

This commit is contained in:
Émilie Feral
2018-09-14 11:47:06 +02:00
parent 9d5893f38c
commit fbbf883b92

View File

@@ -41,7 +41,6 @@ public:
this->signedMantissa().log(stream);
stream << "\"";
stream << " exponent=\"" << m_exponent << "\"";
stream << "\"";
}
#endif