diff --git a/misc/core.func b/misc/core.func index 6fcda37d9..377cc03d7 100644 --- a/misc/core.func +++ b/misc/core.func @@ -814,8 +814,6 @@ cleanup_lxc() { xargs -0 -n1 truncate -s 0 2>/dev/null || true fi - # Python pip - if command -v pip &>/dev/null; then $STD pip cache purge || true; fi # Node.js npm if command -v npm &>/dev/null; then $STD npm cache clean --force || true; fi # Node.js yarn