mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(config) rm console.log
This commit is contained in:
parent
2cf35bd8f4
commit
cff157d7f1
1 changed files with 1 additions and 3 deletions
|
|
@ -81,14 +81,12 @@
|
|||
function get(req, res) {
|
||||
var data = Util.json.stringify(config);
|
||||
|
||||
console.log('>>>>')
|
||||
|
||||
ponse.send(data, {
|
||||
name : 'config.json',
|
||||
request : req,
|
||||
response: res,
|
||||
cache : false
|
||||
});
|
||||
}, true);
|
||||
}
|
||||
|
||||
function put(req, res, callback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue