瀏覽代碼

去掉日志

renjiaojiao 1 年之前
父節點
當前提交
7a686e32e9
共有 2 個文件被更改,包括 0 次插入3 次删除
  1. 0 1
      src/jfw/front/dataExport.go
  2. 0 2
      src/jfw/modules/app/src/app/front/dataExport.go

+ 0 - 1
src/jfw/front/dataExport.go

@@ -864,7 +864,6 @@ func (d *DataExport) SetDontPromptAgain() {
 func (d *DataExport) GetDontPromptAgain() {
 	isPrompt := true
 	userId := d.GetSession("mgoUserId").(string)
-	fmt.Println("userId", userId)
 	user, ok := public.MQFW.FindById("user", userId, `{"i_export_promptAgain":1}`)
 	if ok && user != nil && len(*user) > 0 {
 		if util.IntAll((*user)["i_export_promptAgain"]) == 1 {

+ 0 - 2
src/jfw/modules/app/src/app/front/dataExport.go

@@ -3,7 +3,6 @@ package front
 import (
 	"encoding/json"
 	"errors"
-	"fmt"
 	"log"
 	"strings"
 	"time"
@@ -266,7 +265,6 @@ func (w *WxDataExport) SetDontPromptAgain() {
 func (w *WxDataExport) GetDontPromptAgain() {
 	isPrompt := true
 	userId := w.GetSession("mgoUserId").(string)
-	fmt.Println("userId", userId)
 	user, ok := public.MQFW.FindById("user", userId, `{"i_export_promptAgain":1}`)
 	if ok && user != nil && len(*user) > 0 {
 		if util.IntAll((*user)["i_export_promptAgain"]) == 1 {