Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
appmonitor-dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
appmonitor-dashboard
Compare revisions
c60c3a162d61874a1a12628cd7479b33935346c8 to 6f042930d3fcb4d3752bf1ee486547b7fc7c8de4
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
iml-open-source/appmonitor-dashboard
Select target project
No results found
6f042930d3fcb4d3752bf1ee486547b7fc7c8de4
Select Git revision
Branches
master
1 result
Swap
Target
iml-open-source/appmonitor-dashboard
Select target project
iml-open-source/appmonitor-dashboard
1 result
c60c3a162d61874a1a12628cd7479b33935346c8
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
remove console.log
· 1e4a10be
Hahn Axel (hahn)
authored
2 years ago
1e4a10be
Merge branch 'abstract_ubd_class' into 'master'
· 6f042930
Hahn Axel (hahn)
authored
2 years ago
remove console.log See merge request
!6
6f042930
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public_html/javascript/ubd.class.js
+0
-1
0 additions, 1 deletion
public_html/javascript/ubd.class.js
with
0 additions
and
1 deletion
public_html/javascript/ubd.class.js
View file @
6f042930
...
...
@@ -170,7 +170,6 @@ class ubd {
async
update
()
{
let
self
=
this
;
let
url
=
(
typeof
this
.
_sUrl2Fetch
==
"
function
"
)
?
this
.
_sUrl2Fetch
()
:
this
.
_sUrl2Fetch
;
console
.
log
(
"
update from url [
"
+
url
+
"
]
"
);
if
(
url
==
undefined
)
{
console
.
error
(
"
SKIP update - there is no url in this object instance (anymore) :-/
"
);
this
.
dumpme
();
...
...
This diff is collapsed.
Click to expand it.