Revert "Helper macro for cout printing"

This reverts commit 28065b737b.
release/4.3a0
Varun Agrawal 2025-01-10 10:28:36 -05:00
parent 9142200a6e
commit 9910bb6362
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@
#include <string>
#define GTSAM_PRINT(x)((x).print(#x))
#define GTSAM_COUT(x) (std::cout << #x ": " << x << std::endl)
namespace gtsam {