Skip to content

Commit b3ae019

Browse files
committed
Remove extra console.log
1 parent 6a21a12 commit b3ae019

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions/http/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ exports.helloHttp = function helloHttp (req, res) {
7777
exports.helloContent = function helloContent (req, res) {
7878
var name;
7979

80-
console.log(req.get('content-type'));
8180
switch (req.get('content-type')) {
8281
// '{"name":"John"}'
8382
case 'application/json':

0 commit comments

Comments
 (0)