fixed debug log error

parent 87074825
Showing with 1 additions and 1 deletions
...@@ -91,7 +91,7 @@ module.exports = { ...@@ -91,7 +91,7 @@ module.exports = {
}) })
}; };
sails.debug.log("Data: " + JSON.stringify(tpvdata)); sails.log.debug("Data: " + JSON.stringify(tpvdata));
// //
// Sign submit data // Sign submit data
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment