Update database.php

This commit is contained in:
Namhyeon Go 2020-02-17 20:57:08 +09:00 committed by GitHub
parent f54750dfea
commit 910674455f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -363,7 +363,7 @@ if(!is_fn("exec_db_bulk_start")) {
function exec_db_bulk_start() {
$bulkid = make_random_id();
set_shared_var("bulk_" . $bulkid, array());
write_common_log("bulk started: " . $bulkid);
//write_common_log("bulk started: " . $bulkid);
return $bulkid;
}
}