X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fhelpers%2Fdatabase-utils.js;h=c72d194298dd3c35d553198bad8d4886684ba3e2;hb=f282639b07deee1e35403bd86c46ea521fb4845e;hp=6fe7e99aaca7cde5ca50084e97f132c9c5f7e6dd;hpb=4145c1c68923c13538a5b60d1b384037d0dded9d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/helpers/database-utils.js b/server/helpers/database-utils.js index 6fe7e99aa..c72d19429 100644 --- a/server/helpers/database-utils.js +++ b/server/helpers/database-utils.js @@ -61,7 +61,6 @@ function transactionRetryer (func, callback) { } function startSerializableTransaction (callback) { - console.log(db) db.sequelize.transaction({ isolationLevel: 'SERIALIZABLE' }).asCallback(function (err, t) { // We force to return only two parameters return callback(err, t)