Skip to content

Commit 1772d95

Browse files
committed
refactor(analytics): exclude storybook id
#1862
1 parent d297774 commit 1772d95

File tree

1 file changed

+0
-4
lines changed
  • src/main/webapp/WEB-INF/jsp/analytics/storybook-learning-event

1 file changed

+0
-4
lines changed

src/main/webapp/WEB-INF/jsp/analytics/storybook-learning-event/list.jsp

-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
<th><code>timestamp</code></th>
5353
<th><code>android_id</code></th>
5454
<th><code>package_name</code></th>
55-
<th><code>storybook_id</code></th>
5655
<th><code>storybook_title</code></th>
5756
<th><code>learning_event_type</code></th>
5857
</thead>
@@ -77,9 +76,6 @@
7776
</c:otherwise>
7877
</c:choose>
7978
</td>
80-
<td>
81-
${storyBookLearningEvent.storyBookId}
82-
</td>
8379
<td>
8480
<c:choose>
8581
<c:when test="${not empty storyBookLearningEvent.storyBook}">

0 commit comments

Comments
 (0)