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,
|
DestReceiver *dest,
|
||||||
QueryCompletion *completionTag)
|
QueryCompletion *completionTag)
|
||||||
{
|
{
|
||||||
elog(LOG, "multi_ProcessUtility called");
|
|
||||||
if (readOnlyTree)
|
if (readOnlyTree)
|
||||||
{
|
{
|
||||||
pstmt = copyObject(pstmt);
|
pstmt = copyObject(pstmt);
|
||||||
|
|
Loading…
Reference in New Issue