Skip to content

Commit c2114b5

Browse files
committed
misc
1 parent f72cb6e commit c2114b5

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

servs/dataimport/dataimport.impl/src/main/java/at/kc/tugraz/ss/serv/dataimport/impl/bitsandpieces/SSDataImportBitsAndPiecesEvernoteImporter.java

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -670,18 +670,18 @@ private void handleResources() throws Exception{
670670

671671
resourceWithContent = SSServCaller.evernoteResourceGet (evernoteInfo.noteStore, resource.getGuid(), false);
672672

673-
if(resourceWithContent.getAttributes().isSetSourceURL()){
674-
SSLogU.info(resourceWithContent.getAttributes().getSourceURL());
675-
continue;
676-
}
677-
678-
if(
679-
!resourceWithContent.isSetHeight() ||
680-
!resourceWithContent.isSetWidth()){
681-
682-
SSLogU.info("evernote resource height or width not set");
683-
continue;
684-
}
673+
// if(resourceWithContent.getAttributes().isSetSourceURL()){
674+
// SSLogU.info(resourceWithContent.getAttributes().getSourceURL());
675+
// continue;
676+
// }
677+
//
678+
// if(
679+
// !resourceWithContent.isSetHeight() ||
680+
// !resourceWithContent.isSetWidth()){
681+
//
682+
// SSLogU.info("evernote resource height or width not set");
683+
// continue;
684+
// }
685685

686686
if(
687687
resourceWithContent.isSetHeight() &&
@@ -694,7 +694,6 @@ private void handleResources() throws Exception{
694694
SSLogU.info("evernote resource height or width < 250");
695695
continue;
696696
}
697-
}else{
698697
}
699698

700699
resourceWithContent = SSServCaller.evernoteResourceGet (evernoteInfo.noteStore, resource.getGuid(), true);

0 commit comments

Comments
 (0)