Removed debug output in ArrayStorage ctor
This commit is contained in:
		
							parent
							
								
									274189ee7e
								
							
						
					
					
						commit
						a62e757099
					
				| @ -38,7 +38,6 @@ public: | ||||
| 
 | ||||
|     ArrayStorage( size_t size ) : positions( new Key[size] ) { | ||||
|         memset(positions, 0, size*sizeof(Key)); | ||||
|         INFO("initializing q for " << size << " elements"); | ||||
|     } | ||||
| 
 | ||||
|     ~ArrayStorage() { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user