Skip to content

Commit

Permalink
mod: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
hetao92 committed Dec 13, 2021
1 parent 0b867c3 commit 6ac4466
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions service/dao/dao.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package dao

import (
"errors"
"log"

"github.com/astaxie/beego/logs"
"github.com/vesoft-inc/nebula-http-gateway/common"
Expand Down Expand Up @@ -44,7 +43,6 @@ func getBasicValue(valWarp *nebula.ValueWrapper) (common.Any, error) {
var valType = valWarp.GetType()
if valType == "null" {
value, err := valWarp.AsNull()
log.Println("value", value)
switch value {
case nebulaType.NullType___NULL__:
return "NULL", err
Expand Down

0 comments on commit 6ac4466

Please sign in to comment.