From 0c1ebb046d758de244eaf001d7bbffbe34fba22b Mon Sep 17 00:00:00 2001 From: Andrew Melim Date: Fri, 30 Mar 2012 06:19:59 +0000 Subject: [PATCH] Removing print line --- wrap/matlab.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wrap/matlab.h b/wrap/matlab.h index 57d115c6b..2ef81f37f 100644 --- a/wrap/matlab.h +++ b/wrap/matlab.h @@ -294,7 +294,6 @@ public: ObjectHandle(T* ptr) : type(&typeid(T)), t(shared_ptr (ptr)) { signature = this; - this->print("Constructor"); } // Constructor for shared pointers