Skip to content

Commit 98f36b1

Browse files
Removed commented out code
1 parent 77fbe1e commit 98f36b1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

graph-data-generator/src/main/java/org/hjug/gdg/GraphDataGenerator.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ public String getScriptEnd() {
3939
" }\n";
4040
}
4141

42-
/* public String getChartDiv() {
43-
return " <div id=\"series_chart_div\" style=\"width: 900px; height: 500px;\"></div>\n";
44-
}*/
45-
46-
4742
public String generateBubbleChartData(String repositoryPath) {
4843

4944
List<RankedDisharmony> rankedDisharmonies = getRankedDisharmonies(repositoryPath);

0 commit comments

Comments
 (0)