Skip to content

Commit a5761a5

Browse files
author
jantje
committed
removed a line of code that was commented out
1 parent 4f30f10 commit a5761a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

io.sloeber.core/src/io/sloeber/core/tools/Helpers.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ public static void addArduinoCodeToProject(IProject project, ICConfigurationDesc
442442
*/
443443
public static void createNewFolder(IProject Project, String newFolderName, IPath linklocation)
444444
throws CoreException {
445-
// IPath newFolderPath = Project.getFullPath().append(newFolderName);
446445
final IFolder newFolderHandle = Project.getFolder(newFolderName);
447446
if (linklocation != null) {
448447
URI relativeLinklocation = Project.getPathVariableManager().convertToRelative(URIUtil.toURI(linklocation),

0 commit comments

Comments
 (0)