Skip to content

Commit 9b6e5ab

Browse files
committed
Remove console log
1 parent 3c1abd2 commit 9b6e5ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/entryController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ exports.createEntry = function(req, res) {
112112
form.keepExtensions = true;
113113
form.maxFields = 5;
114114
form.maxFieldsSize = 2 * 1024 * 1024;
115-
console.log(form.uploadDir);
115+
116116
// Send error message back to client.
117117
form.parse(req).on('field', function(field, value){
118118
// ensure only fields allowed get into db

0 commit comments

Comments
 (0)