aboutsummaryrefslogtreecommitdiff
path: root/src/lua_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua_state.cc')
-rw-r--r--src/lua_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua_state.cc b/src/lua_state.cc
index fd2b080..5e79fdd 100644
--- a/src/lua_state.cc
+++ b/src/lua_state.cc
@@ -207,7 +207,7 @@ void cache_repos() {
cached_repos[repo_name].source.value = url ? url : "";
lua_getfield(L, -1, "dependencies");
if (!lua_istable(L, -1)) {
- std::cout << print_warning << repo_name << ": \tlua variable 'dependencies' is not a table.\n";
+ //std::cout << print_warning << repo_name << ": \tlua variable 'dependencies' is not a table.\n";
lua_pop(L, 2);
continue;
}