Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Remove print statements

AuthorDaveJarvis <email>
Date2023-01-27 17:42:54 GMT-0800
Commit80b7e2a42931a9042a22f476cf9dd89ad6ce35ae
Parent66e129a
Delta0 lines added, 3 lines removed, 3-line decrease
src/main/java/com/keenwrite/processors/markdown/extensions/fences/FencedBlockExtension.java
final var result = mRChunkEvaluator.apply( r );
- System.out.println( svg );
- System.out.println( filename );
-
return new Tuple<>( svg, link );
}