]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/database-utils.js
Server: request scheduler refractoring
[github/Chocobozzz/PeerTube.git] / server / helpers / database-utils.js
index 6fe7e99aaca7cde5ca50084e97f132c9c5f7e6dd..c72d194298dd3c35d553198bad8d4886684ba3e2 100644 (file)
@@ -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)