src/relpipe-out-chart.cpp
branchv_0
changeset 18 16784291982f
parent 17 dad72beb3ebe
child 19 ac70c7af6a9b
--- a/src/relpipe-out-chart.cpp	Sat Sep 29 14:14:00 2018 +0200
+++ b/src/relpipe-out-chart.cpp	Sun Sep 30 01:40:29 2018 +0200
@@ -42,8 +42,6 @@
 	// TODO: argument name collisions? Filter arguments? Use prefix for Qt? Qt: -title, -style, -geometry
 	QApplication app(argc, argv);
 
-	std::cout << "TODO: relpipe-out-chart..." << std::endl;
-
 	std::shared_ptr<RelationalReader> reader(Factory::create(std::cin));