Removing print line

release/4.3a0
Andrew Melim 2012-03-30 06:19:59 +00:00
parent a1da906d33
commit 0c1ebb046d
1 changed files with 0 additions and 1 deletions

View File

@ -294,7 +294,6 @@ public:
ObjectHandle(T* ptr) :
type(&typeid(T)), t(shared_ptr<T> (ptr)) {
signature = this;
this->print("Constructor");
}
// Constructor for shared pointers