Skip to content

Commit e66f623

Browse files
author
dingjs
committed
Update ExecuteLogUtils.java
there is no need to put the value again to the map
1 parent d4661dc commit e66f623

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/com/thunisoft/agent/log/ExecuteLogUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ private static void logExecuteCounter(String className, String methodName,
193193
} else {
194194
oldCounter[0] += 1;
195195
oldCounter[1] += executeTime;
196-
methodCounterMap.put(methodName, oldCounter);
197196
}
198197
}
199198
}

0 commit comments

Comments
 (0)