Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit f7acb99

Browse files
author
sw-yx
committed
remove stray console log
1 parent 61cce9c commit f7acb99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/serve-functions.js

-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ function promiseCallback(promise, callback) {
223223

224224
promise.then(
225225
function(data) {
226-
console.log("hellooo");
227226
callback(null, data);
228227
},
229228
function(err) {

0 commit comments

Comments
 (0)