summaryrefslogtreecommitdiff
path: root/storage/connect/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/block.h')
-rw-r--r--storage/connect/block.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/storage/connect/block.h b/storage/connect/block.h
index 20db70351e4..d63a899d1f5 100644
--- a/storage/connect/block.h
+++ b/storage/connect/block.h
@@ -38,10 +38,9 @@ typedef class BLOCK *PBLOCK;
class DllExport BLOCK {
public:
void * operator new(size_t size, PGLOBAL g, void *p = NULL) {
-#ifdef DEBTRACE
-if (debug != NULL)
- htrc("New BLOCK: size=%d g=%p p=%p\n", size, g, p);
-#endif
+// if (trace > 2)
+// htrc("New BLOCK: size=%d g=%p p=%p\n", size, g, p);
+
return (PlugSubAlloc(g, p, size));
} // end of new