Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/argcheck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2016-01-28 00:38:28 +0300
committerRonan Collobert <ronan@collobert.com>2016-01-28 00:38:28 +0300
commite6d8fe4f63715601afc7f45eb7b1913dfc5f12f7 (patch)
tree54d8f81f39492fd1e201feb89515ecf8fe0f9d38
parentb59c0e2dddc6937d40bb31850f729217874dc68e (diff)
(oops) remove debug message
-rw-r--r--env.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/env.lua b/env.lua
index 7c5af03..f62ebb6 100644
--- a/env.lua
+++ b/env.lua
@@ -25,7 +25,6 @@ end
-- torch specific
if pcall(require, 'torch') then
function env.istype(obj, typename)
- print("QUERY", typename)
local thname = torch.typename(obj)
if thname then
-- __typename (see below) might be absent