summaryrefslogtreecommitdiff
path: root/scene/3d
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d')
-rw-r--r--scene/3d/light.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/3d/light.cpp b/scene/3d/light.cpp
index dbedd47298..16164cf3bf 100644
--- a/scene/3d/light.cpp
+++ b/scene/3d/light.cpp
@@ -307,7 +307,6 @@ Light::Light(VisualServer::LightType p_type) {
set_param(PARAM_SHADOW_NORMAL_BIAS, 0.0);
set_param(PARAM_SHADOW_BIAS, 0.15);
set_disable_scale(true);
- print_line("disabling light scale?");
}
Light::Light() {