Commit fbe642e9 authored by nanahira's avatar nanahira

remove logs again

parent f36bb947
Pipeline #4982 passed with stages
in 5 minutes and 25 seconds
......@@ -145,7 +145,7 @@ export class UpdateService extends ConsoleLogger {
.select(['build.id', 'archive.id'])
.leftJoin('build.archives', 'archive', 'archive.role = :partRole', { partRole: ArchiveType.Part })
);
console.log(build.archives);
// console.log(build.archives);
//let clock = moment();
//this.log('part 1');
const tryExactArchiveQuery = this.db
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment