Skip to content

Commit e0fadd9

Browse files
committed
Remove logging statement from template
1 parent 94221cb commit e0fadd9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

templates/pizzastoreutil.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{$storeId := counter "storeId" 1000 1}}{{add_v_to_list "storeId" ( itoa $storeId) }} Added to storeId list {{$storeId}}
1+
{{$storeId := counter "storeId" 1000 1}}{{add_v_to_list "storeId" ( itoa $storeId) }}

templates/usersarraymapschema.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{$userid := (print "user_" (counter "user_id" 1 1 ) )}}{{add_v_to_list "userId" $userid }} Added to ctx list {{$userid}}
1+
{{$userid := (print "user_" (counter "user_id" 1 1 ) )}}{{add_v_to_list "userId" $userid }}
22
{
33
"registertime":"{{integer64 1487715775521 1519273364600}}",
44
"userid":"{{$userid}}",

templates/utilip.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{$ipAddress := ip "0.0.0.0/1"}}{{add_v_to_list "ipAddress_list" $ipAddress }} Added to ctx ipAddress_list {{$ipAddress}}
1+
{{$ipAddress := ip "0.0.0.0/1"}}{{add_v_to_list "ipAddress_list" $ipAddress }}

templates/utiluserid.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{$userid := (print "user_" (counter "user_id" 1 1 ) )}}{{add_v_to_list "userId" $userid }} Added to ctx list {{$userid}}
1+
{{$userid := (print "user_" (counter "user_id" 1 1 ) )}}{{add_v_to_list "userId" $userid }}

0 commit comments

Comments
 (0)