1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

remove debug log #587

This commit is contained in:
Patrik J. Braun 2023-09-08 00:17:13 +02:00
parent 42aa7332b4
commit cd27ca609f

View File

@ -101,7 +101,6 @@ export class BlogService {
}
ret.forEach(md => md.textShort = md.text.substring(0, 200));
console.log(ret);
return ret;
}