config_debug: remove in favor of build.Deployment

This commit is contained in:
Conner Fromknecht 2018-09-26 02:43:05 -07:00
parent ecc5d267e3
commit a98cdfd897
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -1,6 +0,0 @@
// +build debug
package main
// DebugBuild signals that this is a debug build.
const DebugBuild = true