Skip to content

Commit 278e4fc

Browse files
authored
CLDR-15744 partial revert of #3764 user.touch() (#3778)
1 parent 7edb42e commit 278e4fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/cldr-apps/src/main/java/org/unicode/cldr/web/CookieSession.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ public void touch() {
359359
/** Note a direct user action. */
360360
public void userDidAction() {
361361
lastActionMillisSinceEpoch = System.currentTimeMillis();
362-
if (user != null) {
363-
user.touch(); // explicitly update user last login time
364-
}
362+
// if (user != null) {
363+
// user.touch(); // explicitly update user last login time
364+
// }
365365
}
366366

367367
/**

0 commit comments

Comments
 (0)