summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-04-09 11:18:10 +0200
committerAraq <rumpf_a@web.de>2012-04-09 11:18:10 +0200
commitc53ad1b39fdd977b03b9cc2560b351ad6df4bfdd (patch)
tree064a972f7ee71f19302ecf509756076441d3d442 /examples
parente9260e6c4d332d3f3f27997d0985a3881745cc56 (diff)
downloadNim-c53ad1b39fdd977b03b9cc2560b351ad6df4bfdd.tar.gz
documentation improvements; higher level Mongodb wrapper
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/cgiex.nim3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/cgiex.nim b/examples/cgiex.nim
index 857caa8ef..7e3292f35 100755
--- a/examples/cgiex.nim
+++ b/examples/cgiex.nim
@@ -1,9 +1,6 @@
 # Test/show CGI module
 import strtabs, cgi
 
-
-#setTestData("name", "the andreas", "password", "rumpf\t\ttab")
-
 var myData = readData()
 validateData(myData, "name", "password")
 writeContentType()