Remove the commented-out snapshot plugin api lines

Rely on bazlets README documentation for how to use a SNAPSHOT version.

Change-Id: Ic9ae248c5ca3019d2e3cf139fd1930cd239fa43a
diff --git a/WORKSPACE b/WORKSPACE
index 20cd0f3..4caa740 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -12,12 +12,8 @@
     "gerrit_api",
 )
 
-# Load release Plugin API
 gerrit_api()
 
-# Load snapshot Plugin API
-#gerrit_api(version = "3.0.xy-SNAPSHOT")
-
 load("//:external_plugin_deps.bzl", "external_plugin_deps")
 
 external_plugin_deps()