Skip to content

Commit

Permalink
lose
Browse files Browse the repository at this point in the history
  • Loading branch information
huyinghuan committed Jan 16, 2014
1 parent 23bb920 commit e469e39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions eccmeteor/server/lib/svdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ var checkErrorOnServer = function(robj){
return false;
}
var meteorSvUniv = function(dowhat){
// console.log(new Date());
// console.log(dowhat);
console.log(new Date());
console.log(dowhat);
var robj = process.sv_univ(dowhat, 0);
var flag = checkErrorOnServer(robj);
if(typeof flag === "string"){
Expand All @@ -29,6 +29,8 @@ var meteorSvUniv = function(dowhat){
return fmap;
}
var meteorSvForest = function(dowhat){
console.log(new Date());
console.log(dowhat);
var robj = process.sv_forest(dowhat, 0);
if(typeof flag === "string"){
Log4js.error(flag);
Expand Down

0 comments on commit e469e39

Please sign in to comment.