diff options
Diffstat (limited to 'src/unit')
-rw-r--r-- | src/unit/hash.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unit/hash.cpp b/src/unit/hash.cpp index 1c873fd..e04a656 100644 --- a/src/unit/hash.cpp +++ b/src/unit/hash.cpp | |||
@@ -94,11 +94,11 @@ public: | |||
94 | unitFailed("h.get(\"Number 2\") should have thrown an exception."); | 94 | unitFailed("h.get(\"Number 2\") should have thrown an exception."); |
95 | } catch( Bu::HashException &e ) { } | 95 | } catch( Bu::HashException &e ) { } |
96 | 96 | ||
97 | printf("\n"); | 97 | /* printf("\n"); |
98 | for( StrIntHash::iterator i = h.begin(); i != h.end(); i++ ) | 98 | for( StrIntHash::iterator i = h.begin(); i != h.end(); i++ ) |
99 | { | 99 | { |
100 | printf(" - \"%s\" = %d\n", i.getKey().getStr(), i.getValue() ); | 100 | printf(" - \"%s\" = %d\n", i.getKey().getStr(), i.getValue() ); |
101 | } | 101 | } */ |
102 | } | 102 | } |
103 | }; | 103 | }; |
104 | 104 | ||