Skip to content
Snippets Groups Projects
Commit ce4349fa authored by Andreas Ziegler's avatar Andreas Ziegler Committed by David Bauer
Browse files

remove regex comment as it depends on a config setting

parent 7c17d1e2
No related branches found
No related tags found
No related merge requests found
...@@ -356,7 +356,6 @@ var firmwarewizard = function() { ...@@ -356,7 +356,6 @@ var firmwarewizard = function() {
} }
function findVersion(name) { function findVersion(name) {
// version with optional date in it (e.g. 0.8.0~20160502)
var m = reVersionRegex.exec(name); var m = reVersionRegex.exec(name);
return m ? m[1] : ''; return m ? m[1] : '';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment