aboutsummaryrefslogtreecommitdiff
path: root/src/sptr.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-03-02 23:02:34 +0000
committerMike Buland <eichlan@xagasoft.com>2007-03-02 23:02:34 +0000
commitfe60ebeb43f32d17c458366903fdf4e773b15b32 (patch)
treec8b0b00bda25ebff69b857c831c644aa6ab52b49 /src/sptr.h
parent3f064aa71f19725fa652fcd20fcf3816664fbaf2 (diff)
downloadlibbu++-fe60ebeb43f32d17c458366903fdf4e773b15b32.tar.gz
libbu++-fe60ebeb43f32d17c458366903fdf4e773b15b32.tar.bz2
libbu++-fe60ebeb43f32d17c458366903fdf4e773b15b32.tar.xz
libbu++-fe60ebeb43f32d17c458366903fdf4e773b15b32.zip
Removed annoying debugging from SPtr
Diffstat (limited to 'src/sptr.h')
-rw-r--r--src/sptr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sptr.h b/src/sptr.h
index c95dad8..deae94d 100644
--- a/src/sptr.h
+++ b/src/sptr.h
@@ -81,7 +81,7 @@ private:
81 if( pRefCnt ) 81 if( pRefCnt )
82 { 82 {
83 (*pRefCnt) -= 1; 83 (*pRefCnt) -= 1;
84 printf("Decrementing ref-count to %d\n", *pRefCnt ); 84 //printf("Decrementing ref-count to %d\n", *pRefCnt );
85 if( (*pRefCnt) == 0 ) 85 if( (*pRefCnt) == 0 )
86 { 86 {
87 delete pRefCnt; 87 delete pRefCnt;