Skip to content

Commit 7767182

Browse files
committed
Remove debug log line
1 parent 46ec318 commit 7767182

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

disk/datadog_checks/disk/disk.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def check(self, instance):
7878

7979
# Get disk metrics here to be able to exclude on total usage
8080
try:
81-
self.log.debug("Check %s", part.mountpoint)
8281
disk_usage = timeout(self._timeout)(psutil.disk_usage)(part.mountpoint)
8382
except TimeoutException:
8483
self.log.warning(

0 commit comments

Comments
 (0)