diff --git a/src/utils/FileRecordTools/RecordOutputMgr.h b/src/utils/FileRecordTools/RecordOutputMgr.h
index 69b977b7a9b9eeda866f09f5d13dcbeeb29a6a82..16b6cb531687d3fd151f41dc67778870537b7d7e 100644
--- a/src/utils/FileRecordTools/RecordOutputMgr.h
+++ b/src/utils/FileRecordTools/RecordOutputMgr.h
@@ -26,7 +26,6 @@ public:
 
 	void printRecord(const Record *record);
 	void printRecord(RecordKeyList &keyList);
-	// Added by ARQ
 	void printRecord(const Record *record, const QuickString & value);
 
 	//where necessary, pass additional information about splits through the blockMgr.
@@ -70,4 +69,4 @@ private:
 	void flush();
 };
 
-#endif /* RECORDOUTPUTMGR_H_ */
+#endif /* RECORDOUTPUTMGR_H_ */
\ No newline at end of file