mirror of https://github.com/citusdata/citus.git
Removes unnecessary logs
parent
e9e64a69c1
commit
fb9f75bb24
|
@ -149,7 +149,6 @@ multi_ProcessUtility(PlannedStmt *pstmt,
|
|||
DestReceiver *dest,
|
||||
QueryCompletion *completionTag)
|
||||
{
|
||||
elog(LOG, "multi_ProcessUtility called");
|
||||
if (readOnlyTree)
|
||||
{
|
||||
pstmt = copyObject(pstmt);
|
||||
|
|
Loading…
Reference in New Issue