Restored broken images and removed print statements.

This commit is contained in:
Winston Li 2015-01-11 17:36:51 +00:00
parent e124a74c2f
commit 4eda2a81ba
7 changed files with 0 additions and 2 deletions

View file

@ -36,7 +36,6 @@ public class GitDirectoryContents implements WritableRepositoryContents {
public void write() throws IOException, FailedConnectionException {
WLFileStore.deleteInDirectoryApartFrom(gitDirectory, ".git");
for (FileNode fileNode : fileNodes) {
System.out.println("Writing: " + fileNode.getFilePath());
fileNode.writeToDisk(gitDirectory);
}
}

View file

@ -58,7 +58,6 @@ public class WLFileStore implements PersistentStoreSource {
if (file.isDirectory()) {
deleteInDirectory(file);
}
System.out.println("deleting: " + file.getAbsolutePath());
file.delete();
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

After

Width:  |  Height:  |  Size: 8.6 KiB