From 9ab8ed3bab065afb0ba98277b7e4728b24caabe0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 30 May 2005 08:50:53 +0000 Subject: r7097: removed a debug line (This used to be commit b45ddce5dd192d26a4799ae7f69cf236750fc09e) --- swat/esptest/formtest.esp | 1 - 1 file changed, 1 deletion(-) (limited to 'swat') diff --git a/swat/esptest/formtest.esp b/swat/esptest/formtest.esp index 481217d42b..9f5626624e 100644 --- a/swat/esptest/formtest.esp +++ b/swat/esptest/formtest.esp @@ -15,7 +15,6 @@ f.element[2].value = form['Color']; f.submit[0] = "OK"; f.submit[1] = "Cancel"; -printVars(f); display_form(f); <% -- cgit