We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b89b7 commit c00e802Copy full SHA for c00e802
src/main/java/ldbc/socialnet/dbgen/serializer/DataExporter.java
@@ -294,9 +294,6 @@ public void export( UserInfo userInfo ) {
294
if (friends[i] != null && friends[i].getCreatedTime() != -1) {
295
if( friends[i].getCreatedTime() <= dateThreshold ) {
296
297
- if(userInfo.user.getAccountId() == 18691698848287L) {
298
- System.out.println("ENTRA friend creation date "+friends[i].getCreatedTime());
299
- }
300
staticSerializer.serialize(friends[i]);
301
if (!factorTable.containsKey(userInfo.user.getAccountId()))
302
factorTable.put(userInfo.user.getAccountId(), new ReducedUserProfile.Counts());
0 commit comments