removing unneeded comments

This commit is contained in:
Andy Eschbacher 2016-04-13 09:33:25 -04:00
parent d01bfe7900
commit 044e83a40f

View File

@ -95,7 +95,6 @@ $$ LANGUAGE plpgsql;
--Test point cause Stuart always seems to make random points in the water --Test point cause Stuart always seems to make random points in the water
-- Old: _TEST_POINT
CREATE OR REPLACE FUNCTION _TestPoint() CREATE OR REPLACE FUNCTION _TestPoint()
RETURNS geometry RETURNS geometry
AS $$ AS $$
@ -119,7 +118,6 @@ $$ LANGUAGE plpgsql;
--Used to expand a column based response to a table based one. Give it the desired --Used to expand a column based response to a table based one. Give it the desired
--columns and it will return a partial query for rolling them out to a table. --columns and it will return a partial query for rolling them out to a table.
-- Old: OBS_BUILD_SNAPSHOT_QUERY
CREATE OR REPLACE FUNCTION OBS_BuildSnapshotQuery(names text[]) CREATE OR REPLACE FUNCTION OBS_BuildSnapshotQuery(names text[])
RETURNS TEXT RETURNS TEXT
AS $$ AS $$