fix: Remove debug info
This commit is contained in:
parent
bee3292088
commit
e2e342851a
@ -41,7 +41,6 @@ export default async function (): Promise<void> {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
}
|
}
|
||||||
console.log(`Is LowDiskSpace detected? ${lowDiskSpace}`);
|
|
||||||
if (lowDiskSpace) {
|
if (lowDiskSpace) {
|
||||||
// Cleanup old coolify images
|
// Cleanup old coolify images
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user