Skip to content

Commit 4e72270

Browse files
committed
DEVDOCS-15065 removing outdated comment
1 parent e0f8fc3 commit 4e72270

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ GEM
208208
nio4r (2.7.3)
209209
nokogiri (1.16.6-x64-mingw-ucrt)
210210
racc (~> 1.4)
211+
nokogiri (1.16.6-x86_64-darwin)
212+
racc (~> 1.4)
211213
nokogiri (1.16.6-x86_64-linux)
212214
racc (~> 1.4)
213215
oauth2 (2.0.9)
@@ -342,6 +344,7 @@ GEM
342344
activesupport (>= 6.1)
343345
sprockets (>= 3.0.0)
344346
sqlite3 (1.7.3-x64-mingw-ucrt)
347+
sqlite3 (1.7.3-x86_64-darwin)
345348
sqlite3 (1.7.3-x86_64-linux)
346349
stringio (3.1.1)
347350
strscan (3.1.0)
@@ -381,6 +384,7 @@ GEM
381384

382385
PLATFORMS
383386
x64-mingw-ucrt
387+
x86_64-darwin-21
384388
x86_64-linux
385389

386390
DEPENDENCIES

app/views/webforms/weg001_create_instance/web_form_embed.html.erb

-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@
6868
});
6969

7070
webFormWidget.on('sessionEnd', (event) => {
71-
//There are 3 sessionEnd types sessionTimeout, remoteSigningInitiated, signingResult
72-
7371
// event = { type: 'sessionEnd', sessionEndType: 'sessionTimeout' };
7472
// event = {
7573
// type: 'sessionEnd',

0 commit comments

Comments
 (0)