Remove unneccesary logs

This commit is contained in:
2026-03-22 12:38:04 +01:00
parent e2df3256f4
commit e0a07cf57c
5 changed files with 3 additions and 4 deletions
-1
View File
@@ -26,7 +26,6 @@ export default async function serverPostBuildFn({ artifacts }) {
}
try {
let final_data = {};
console.log("global.ROOT_FILE_UPDATED", global.ROOT_FILE_UPDATED);
if (global.ROOT_FILE_UPDATED) {
final_data = { reload: true };
}